Revert default value for "main" parameter for Gradle JS plugin to "call"
#KT-14724 fixed
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ open class DefaultValues(val defaultValue: String, val possibleValues: List<Stri
|
||||
)
|
||||
|
||||
object JsMain : DefaultValues(
|
||||
"\"" + NO_CALL + "\"",
|
||||
"\"" + CALL + "\"",
|
||||
listOf("\"" + CALL + "\"", "\"" + NO_CALL + "\"")
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user