[Gradle, JS] JvmOverloads for Groovy DSL

#KT-37936 fixed
This commit is contained in:
Ilya Goncharov
2020-04-02 16:31:46 +03:00
parent d4ece2b23b
commit 6b32548491
@@ -35,10 +35,7 @@ constructor(
get() = target.compilations.getByName(KotlinCompilation.MAIN_COMPILATION_NAME)
// For Groovy DSL
fun executable() {
executable(defaultCompilation)
}
@JvmOverloads
fun executable(
compilation: KotlinJsCompilation = defaultCompilation
) {