Brais Gabín Moreira
11/22/2024, 10:05 AMpluginManager.withPlugin("com.google.devtools.ksp") {
extensions.configure(KspExtension::class.java) { kspExtension ->
}
}
And I'm getting a java.lang.NoClassDefFoundError: org/jetbrains/kotlin/gradle/plugin/KaptExtension
exception. How is it possible that if a project has the ksp plugin applied doesn't have its extension in the classpath? I see the same problem with kapt and android gradle plugin.ephemient
11/22/2024, 10:14 AMBrais Gabín Moreira
11/22/2024, 10:20 AM