skyecodes

Results 25 comments of skyecodes

All 4 definitions are declared in the `CoreMetaModule` module. Source code is here if you want to have a better understanding: https://github.com/skyecodes/vercors/blob/main/launcher/core/meta/src/main/kotlin/app/vercors/launcher/core/meta/CoreMetaModule.kt (The 3 other definitions are located in their...

I've tested building locally the koin-annotations project on different commits until I found the commit where the problem starts appearing: https://github.com/InsertKoinIO/koin-annotations/commit/65823074f44e453e355035675ac78a98c998a4f1

Also, these are the logs I get before/after that commit: Before: ``` 2025-02-10T16:01:32.882+0100 [INFO] [org.gradle.api.Task] i: [ksp] loaded provider(s): [de.jensklingenberg.ktorfit.KtorfitProcessorProvider, androidx.room.RoomKspProcessor$Provider, org.koin.compiler.BuilderProcessorProvider] 2025-02-10T16:01:32.882+0100 [DEBUG] [org.gradle.api.Task] v: [ksp] Scan symbols ......

Unfortunately, I still have the same issue with 2.0.0-RC3 (https://github.com/InsertKoinIO/koin-annotations/commit/27ca37d97e4cf711c23f89d8335eafea8d6da9a9). ``` 2025-02-19T22:18:09.142+0100 [DEBUG] [org.gradle.api.Task] v: [ksp] round 1 of processing 2025-02-19T22:18:09.142+0100 [INFO] [org.gradle.api.Task] i: [ksp] loaded provider(s): [de.jensklingenberg.ktorfit.KtorfitProcessorProvider, androidx.room.RoomKspProcessor$Provider, org.koin.compiler.BuilderProcessorProvider]...

Alright, I have found out how to fix the issue for me. Turns out it is related to the fact that I use another KSP plugin (Ktorfit). My `provideXxxApi` definitions...