I see a `compileKotlin` task when I build, althou...
# gradle
e
I see a
compileKotlin
task when I build, although the project is pure java with kotlin libs, is it fine?
r
Do you by chance apply any of Kotlin plugins to your Gradle build?
☝🏼 1
e
yes, aren't they necessary for the runtime?
r
If so, even if there are no Kotlin sources, the task would still be there (and I presume would do nothing)
For merely consuming Kotlin libraries you shouldn't need Kotlin plugin.
e
I get an error if I do so, I'll try again on Monday