-
-
## 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…
-
I've got something along the lines of this in one subproject:
```kotlin
@ContributesBinding(MyScope::class) @Singleton class SomeFoo @Inject constructor() : Foo
```
and a dependency on `Foo` in anot…
-
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'.