How do I create a Gradle build script with Kotlin ...
# tornadofx
v
How do I create a Gradle build script with Kotlin DSL, not Groovy? Are there some examples?
e
v
I have a
build.gradle
in Groovy, but I can't convert it into Kotlin. Not clear why
dependencies
do not work (
compile
or
implementation
statements), also cannot add
KotlinCompile
. Perhaps, they're not necessary, but I did not find it in that docs, to be sure