Workarounds to build parts of stdlib as kotlin-runtime and mock runtime

Fix source paths of kotlin-stdlib-minimal-for-tests
This commit is contained in:
Ilya Gorbunov
2018-01-25 22:47:38 +03:00
parent 7c74083f09
commit 23d0e5f2e1
8 changed files with 26 additions and 11 deletions
+1
View File
@@ -44,6 +44,7 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/runtime-declarations.json",
"-Xmulti-platform",
"-cp", "${rootDir}/dist/builtins",
"-module-name", project.name
]