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
Describe the bug
When creating a @module with @componentscan in a KMP project it seems that it's completely ignoring the expect/actual classes (inside the package specified to @componentscan) that is supposed to include in the annotated module.
To Reproduce
Download the sample project that I attached, it should contain all the configuration provided in the guide.
Launch: ./gradlew clean kspCommonMainMetadata
Go to: org/koin/ksp/generated/MyModuleGencom$test$koin$annotations.kt
Look at the generated module, it should be empty.
Expected behavior
The generated module should contain the singleton definition for MyComponent
Koin project used and used version (please complete the following information):
ksp: 2.0.20-1.0.25
koin: 4.0.0
koin-annotations: 2.0.0-beta02
Describe the bug
When creating a @module with @componentscan in a KMP project it seems that it's completely ignoring the expect/actual classes (inside the package specified to @componentscan) that is supposed to include in the annotated module.
To Reproduce
Download the sample project that I attached, it should contain all the configuration provided in the guide.
Launch: ./gradlew clean kspCommonMainMetadata
Go to: org/koin/ksp/generated/MyModuleGencom$test$koin$annotations.kt
Look at the generated module, it should be empty.
Expected behavior
The generated module should contain the singleton definition for MyComponent
Koin project used and used version (please complete the following information):
ksp: 2.0.20-1.0.25
koin: 4.0.0
koin-annotations: 2.0.0-beta02
The test project:
KoinAnnotationTest 2.zip
The text was updated successfully, but these errors were encountered: