You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ksp] kotlin.io.FileAlreadyExistsException: [location]
at com.google.devtools.ksp.processing.impl.CodeGeneratorImpl.createNewFile(CodeGeneratorImpl.kt:75)
at com.google.devtools.ksp.processing.CodeGenerator$DefaultImpls.createNewFile$default(CodeGenerator.kt:59)
at org.koin.compiler.generator.KoinGeneratorKt.getFile(KoinGenerator.kt:103)
at org.koin.compiler.generator.KoinGeneratorKt.getFile$default(KoinGenerator.kt:103)
at org.koin.compiler.generator.KoinGenerator.generateModule(KoinGenerator.kt:68)
at org.koin.compiler.generator.KoinGenerator.generateModules(KoinGenerator.kt:49)
...
Expected behavior
Generate Two Module files successfully.
Koin project used and used version (please complete the following information):
koin-core: 3.2.0-beta-1
koin-annotations: 1.0.0-beta-2
Additional moduleDefinition
Add any other moduleDefinition about the problem here.
The text was updated successfully, but these errors were encountered:
InsertKoinIO#14
clean up code InsertKoinIO#1 - module list scan
fix quickstart & sandbox
clean up code
fix includes
avoid useless bindings of Any & ViewModel
Describe the bug
When I declare same named two Module class in different packages,
koin-ksp-compiler failed to task.
To Reproduce
Steps to reproduce the behavior:
foo/DatabaseConfig.kt
bar/DatabaseConfig.kt
Expected behavior
Generate Two Module files successfully.
Koin project used and used version (please complete the following information):
koin-core: 3.2.0-beta-1
koin-annotations: 1.0.0-beta-2
Additional moduleDefinition
Add any other moduleDefinition about the problem here.
The text was updated successfully, but these errors were encountered: