New J2K: Fixed wrong whitespace

This commit is contained in:
Dimach
2018-06-08 17:27:32 +03:00
committed by Ilya Kirillov
parent 8430ada13b
commit b33f5ec58f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ val testForWebDemo by task<Test> {
val test: Test by tasks val test: Test by tasks
test.apply { test.apply {
exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*") exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*")
dependsOn(testForWebDemo) //dependsOn(testForWebDemo)
} }
configureFreeCompilerArg(true, "-Xeffect-system") configureFreeCompilerArg(true, "-Xeffect-system")