has anyone tried using kapt with the gradle plugin...
# announcements
g
has anyone tried using kapt with the gradle plugin with the following syntax:
kapt project(‘:mycompiler’)
? It doesn’t seem to work for me, and I can’t find anything about kapt in the gradle plugin docs. It only works when I use a string, e.g.:
kapt ‘com.example:mycompiler:x.x.x’