How do I make a simple annotation processor? No An...
# kapt
e
How do I make a simple annotation processor? No Android, just JVM, Kotlin, and Kapt. The only doc page I can find (https://kotlinlang.org/docs/kapt.html) doesn't really say anything about actually making a processor.
😶 1
e
it works exactly like Java annotation processing, look up docs about that
e
I need this
com.google.auto.autoservice
library?
e
you can either set up the SPI provider by hand or use autoservice
literally the only thing autoservice does is write the resource file for you