Join Slack
Powered by
what am I doing wrong here?
# gradle
m
mingkangpan
04/06/2019, 9:25 PM
what am I doing wrong here?
g
gildor
04/07/2019, 12:59 AM
@mingkangpan
You didn't add Kotlin plugin, as I remember Kotlin plugin adds kapt configuration, not kapt (not sure that it is correct behavior tho)
m
mingkangpan
04/07/2019, 9:04 AM
@gildor
I missed this line in plugins
id("org.jetbrains.kotlin.jvm")
g
gildor
04/07/2019, 9:53 AM
Yes, this is what I meant, you didn't have Kotlin plugin applied
n
Nikky
04/08/2019, 11:56 AM
ok
kotlin("jvm")
✔️ 3
5
Views
Open in Slack
Previous
Next