Fix the obsolete form of -Xdump-declarations-to argument

This commit is contained in:
Ilya Gorbunov
2017-10-14 02:00:13 +03:00
parent b9fa8d4d96
commit 93efc51843
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ compileKotlin {
freeCompilerArgs = [
"-Xallow-kotlin-package",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to", "${buildDir}/runtime-declarations.json",
"-Xdump-declarations-to=${buildDir}/runtime-declarations.json",
"-cp", "${rootDir}/dist/builtins",
"-module-name", project.name
]