Zach G
10/02/2024, 3:55 PMjava.lang.NoClassDefFoundError: AuthAnnotation
at org.example.authprocessor.AuthProcessor.process(AuthProcessor.kt:43)
I am using Kotlin 1.9 and Gradle 8.7. It looks like when I invoke the ksp call in my dependencies, the location of the annotation is not found. Is there a way to configure this, or an issue with my versions?