FYI, it looks like AGP/Gradle 8 have a bug around ...
# ksp
z
FYI, it looks like AGP/Gradle 8 have a bug around KSP that fails builds in gradle 8. https://issuetracker.google.com/issues/269089135
🙏 3
d
Thanks for the heads up! Have you encountered any runtime errors by chance? I have a
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/koin/ksp/generated/DatabaseModuleGencinescout_databaseKt
But I also did some refactoring to the build system meanwhile, because that’s how I like to spend time on my pet projects 😅
Never mind, I made a mistake in the setup 😄 Afterwards, I faced the issue you mentioned, and your post saved my life