init
This commit is contained in:
12
src/main/kotlin/Main.kt
Normal file
12
src/main/kotlin/Main.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
import di.databasemodule
|
||||
import org.koin.core.context.GlobalContext.startKoin
|
||||
|
||||
fun main(vararg args: String) {
|
||||
|
||||
startKoin {
|
||||
printLogger()
|
||||
modules(databasemodule)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user