Include new coroutines and unsigned classes into stdlib

Fix clashing module name in common coroutines sourceset
This commit is contained in:
Ilya Gorbunov
2018-06-21 03:13:03 +03:00
parent 4c6c0aa279
commit b160561795
4 changed files with 859 additions and 22 deletions
+1
View File
@@ -149,6 +149,7 @@ compileKotlin2Js {
freeCompilerArgs += [
"-source-map-base-dirs", [builtinsSrcDir, jsSrcDir, commonSrcDir, commonSrcDir2].collect { file(it).absoluteFile }.join(File.pathSeparator),
"-Xuse-experimental=kotlin.Experimental",
"-XXLanguage:+InlineClasses",
"-XXLanguage:-ReleaseCoroutines"
]
}