jps: support multiplatform incremental compilation for jvm and js
- support common modules metadata compilation under flag (it is not required since all common source roots are included transitively for now) - introduce expect actual tracker in jps: move implementation from gradle to build-common - support js incremental compilation: move implementation from gradle to build-common
This commit is contained in:
+6
@@ -34,4 +34,10 @@ class K2MetadataCompilerArguments : CommonCompilerArguments() {
|
||||
|
||||
@Argument(value = "-module-name", valueDescription = "<name>", description = "Name of the generated .kotlin_module file")
|
||||
var moduleName: String? by FreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xjps",
|
||||
description = "Enable in JPS"
|
||||
)
|
||||
var enabledInJps: Boolean by FreezableVar(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user