Revert usages of -X arguments to old form in some places

We use the old compiler in Gradle build and in GradleFacetImportTest, so
some changes in f4b6db4 should not have been made yet
This commit is contained in:
Alexander Udalov
2017-04-17 11:33:58 +03:00
parent 072f87ddab
commit 10f2e9d33a
8 changed files with 16 additions and 16 deletions
@@ -17,7 +17,7 @@ sourceSets {
compileTestKotlin {
kotlinOptions {
freeCompilerArgs = ["-Xdump-declarations-to=${buildDir}/cases-declarations.json"]
freeCompilerArgs = ['-Xdump-declarations-to', "${buildDir}/cases-declarations.json"]
}
}