kobalt
kobalt copied to clipboard
Implement annotation processing for Kotlin source files
Currently, this is only supported for Java sources.
For Kotlin, I'll have to reimplement what kapt does for Gradle: generate a dummy Java file and invoke javac on it with the annotation processor in the classpath.
Have you made any progress here?