mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-02 02:55:41 +00:00
improvements
This commit is contained in:
1
template/src/commonMain/kotlin/PackageInfo.kt
Normal file
1
template/src/commonMain/kotlin/PackageInfo.kt
Normal file
@@ -0,0 +1 @@
|
||||
package dev.inmo.plaguposter.template
|
||||
11
template/src/jvmMain/kotlin/Plugin.kt
Normal file
11
template/src/jvmMain/kotlin/Plugin.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package dev.inmo.plaguposter.template
|
||||
|
||||
import dev.inmo.plagubot.Plugin
|
||||
import kotlinx.serialization.json.*
|
||||
import org.jetbrains.exposed.sql.Database
|
||||
import org.koin.core.module.Module
|
||||
|
||||
object Plugin : Plugin {
|
||||
override fun Module.setupDI(database: Database, params: JsonObject) {
|
||||
}
|
||||
}
|
||||
1
template/src/main/AndroidManifest.xml
Normal file
1
template/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1 @@
|
||||
<manifest package="dev.inmo.plaguposter.template"/>
|
||||
Reference in New Issue
Block a user