Jacob Ras
08/22/2023, 3:27 PM@Module
@ComponentScan
class XyzModule
in my KMP modules, however, I'm restricted to:
val abcModule = module {
singleOf(::XyzClass)
}
because Koin Annotations doesn't support JS yet (https://github.com/InsertKoinIO/koin-annotations/issues/89). This is the only way, right? Can I somehow include that val abcModule
in my XyzModule
?arnaud.giuliani
08/29/2023, 12:21 PM