FYI, it looks like AGP/Gradle 8 have a bug around KSP that fails builds in gradle 8. <https://issuet...
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