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
@@ -53,7 +53,7 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to", "${buildDir}/stdlib-jdk8-declarations.json",
"-Xdump-declarations-to=${buildDir}/stdlib-jdk8-declarations.json",
"-module-name", project.name
]
}