what am I doing wrong here?
# gradle
m
what am I doing wrong here?
g
@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
@gildor I missed this line in plugins
id("org.jetbrains.kotlin.jvm")
g
Yes, this is what I meant, you didn't have Kotlin plugin applied
n
ok
kotlin("jvm")
✔️ 3