JS: add -Xmetadata-only flag for JS common code modules (KT-33142 fixed)
This commit is contained in:
+3
@@ -134,4 +134,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
description = "Paths to friend modules"
|
||||
)
|
||||
var friendModules: String? by NullableStringFreezableVar(null)
|
||||
|
||||
@Argument(value = "-Xmetadata-only", description = "Generate *.meta.js and *.kjsm files only")
|
||||
var metadataOnly: Boolean by FreezableVar(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user