miqbaldc
03/21/2022, 2:51 PMclass Abc @Inject constructor(
private val repo: AbcRepository
)
//
val domainModule = module {
single<AbcRepository> { AbcRepositoryImpl }
}
the goals are, migrating all of Hilt @Module & @EntryPoint to Koin before fully migration (does it still works even we already use Hilt)?
This discussion here does it obsolete (cmiiw since 3yr ago) as Koin now already v3.y.z