-
-
-
## Why the new feature should be added
kapt is in maintenance mode, should move away from deprecated plugin - https://kotlinlang.org/docs/kapt.html
`kapt is in maintenance mode. We are keeping it …
-
How do you configure jeka to compile kotlin code please ?
(and how about using kapt or ksp annotation processors ?)
-
Avenues:
* Avoid running kapt over the entire classpath
* Generate stubs and use light analysis to move kapt into a parallel action
Correctness considerations:
* kapt currently generates files f…
-
There's a difference in the way KSP handles `@GlideModule` annotation in comparison to KAPT.
* **KSP**: the exact class which is annotated with `@GlideModule` must extend `AppGlideModule` or `L…
-
e: [kapt] An exception occurred: java.lang.NullPointerException
![Screen Shot 2019-04-04 at 14 47 18](https://user-images.githubusercontent.com/30395764/55538408-9729a100-56e8-11e9-9c1e-6ab7e93616c…
-
make project时报:java.lang.reflect.InvocationTargetException (no error message),加了那个什么javax也一样
-
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.
-
## References
- https://developer.android.com/build/migrate-to-ksp?hl=en
- https://github.com/google/ksp
- https://twitter.com/AndroidDev/status/1435347662581215241
- https://android-developers.g…
uhooi updated
10 months ago