Revert "Revert [JS IR] commits that failed build"
This reverts commit 740f851a
This commit is contained in:
committed by
Svyatoslav Kuzmich
parent
181d023e3c
commit
155a760ee9
@@ -16,7 +16,11 @@ dependencies {
|
||||
}
|
||||
|
||||
compileKotlin2Js {
|
||||
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xuse-experimental=kotlin.contracts.ExperimentalContracts"]
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
"-Xallow-kotlin-package",
|
||||
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
|
||||
"-Xir-produce-klib-dir"
|
||||
]
|
||||
kotlinOptions {
|
||||
moduleKind = "umd"
|
||||
outputFile = "${buildDir}/classes/main/kotlin-test.js"
|
||||
|
||||
Reference in New Issue
Block a user