Hello, I am importing a KSP project into Android ...
# ksp
z
Hello, I am importing a KSP project into Android Studio, and am getting
Copy code
java.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?