This commit is contained in:
@@ -5,5 +5,5 @@ import database.service.ResultObjectService
|
||||
import org.koin.dsl.module
|
||||
|
||||
val databasemodule = module(createdAtStart = true) {
|
||||
single { ResultObjectService() as IResultObjectService }
|
||||
single<IResultObjectService> { ResultObjectService() }
|
||||
}
|
||||
Reference in New Issue
Block a user