Join Slack
Powered by
has anyone tried using kapt with the gradle plugin...
# announcements
g
grandstaish
01/26/2016, 4:58 AM
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’
2
Views
Open in Slack
Previous
Next