kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Implement annotation processing for Kotlin source files

Open cbeust opened this issue 9 years ago • 1 comments

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.

cbeust avatar Jun 02 '16 18:06 cbeust

Have you made any progress here?

cwoodwar6 avatar Aug 18 '17 01:08 cwoodwar6