[Gradle, JS] JvmOverloads for Groovy DSL
#KT-37936 fixed
This commit is contained in:
+1
-4
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user