Davide Giuseppe Farella
04/28/2023, 10:14 AM@Module(
includes = [
// ~70 modules
]
)
class CineScoutModule
and its related test using org.koin.test.check.checkKoinModules
.
My problem is that whenever any of these modules don’t compile, I have this kind of error:
e: file:///~/build/generated/ksp/jvm/jvmMain/kotlin/org/koin/ksp/generated/CineScoutModuleGencinescout$di$kotlin.kt7️⃣1831 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public val KotlinUtilsModule.module: Module defined in org.koin.ksp.generated
public val AccountDomainModule.module: Module defined in org.koin.ksp.generated
(all the dependent modules)And it’s impossible to track down the root cause. Is there anything that can be done on my side to debug or on Koin’s side to improve that?
arnaud.giuliani
05/09/2023, 4:40 PMDavide Giuseppe Farella
05/13/2023, 9:11 AM