Hello people, I recently refactored the build sys...
# android
d
Hello people, I recently refactored the build system of my Kotlin Multiplatform project + Android. I’ve also updated Gradle to 8 and various libraries. I’m using Koin Annotations with KSP. The app is a pure Android module,
database
is a KMP module with Android target. The app runs smoothly on debug and release builds, on real phones and emulators. Instrumented tests are running regularly in the IDE and on TestLab, if ran from my environment, but they’re failing on TestLab from CI, with the following exception:
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/koin/ksp/generated/DatabaseModuleGencinescout_databaseKt;
What could that be? 🙏