Jacob Ras
08/22/2023, 2:47 PMorg.koin.ksp.generated.defaultModule
, causing collisions. How can I disable the default module generation and only use my own ones (with @ComponentScan
)?
Error: Type org.koin.ksp.generated.DefaultKt$defaultModule$1$1 is defined multiple times
Jacob Ras
08/22/2023, 2:54 PMModule
class in a sub-package, and it only scans downwards (into deeper packages). I moved it one package up (in the root of my gradle module) and now it's putting all dependencies in the generated module and the defaultModule
is gone 🎉Jacob Ras
08/22/2023, 2:57 PMarnaud.giuliani
08/29/2023, 12:23 PMarnaud.giuliani
08/29/2023, 12:24 PM