Open kibettheophilus opened 3 months ago
Seems to break defaultModule generation π€
Check examples folder and try generate default modules.
Also provide a test case π
Seems to break defaultModule generation π€
Check examples folder and try generate default modules.
@arnaudgiuliani I have pushed an update to fix this
Seems to build β π Can you add a test case in one of the example apps?
Seems to build β π Can you add a test case in one of the example apps?
@arnaudgiuliani added a module on the root package and the existing test, not sure if that is enough.
Perfect π
build failed, will look at it
build failed, will look at it
Great, will also try have a look at it.
seems to be that:
e: file:///Users/runner/work/koin-annotations/koin-annotations/examples/android-coffee-maker/build/generated/ksp/debug/kotlin/org/koin/ksp/generated/RootModuleGen.kt:8:12 Type expected
e: file:///Users/runner/work/koin-annotations/koin-annotations/examples/android-coffee-maker/build/generated/ksp/debug/kotlin/org/koin/ksp/generated/RootModuleGen.kt:8:23 Property getter or setter expected
So it finally build without any updatesπ .
Fixes #153