Quick question. How can I add a dependency on (the...
# gradle
j
Quick question. How can I add a dependency on (the bundled version of) gradle-script-kotlin in a normal groovy build.gradle file? I need access to the [groovy interop](https://github.com/gradle/gradle-script-kotlin/blob/master/src/main/kotlin/org/gradle/script/lang/kotlin/GroovyInteroperability.kt) functions for a Kotlin plugin, but I don't want to update to use GSK for builds yet.