Do not use code preprocessing anymore
This commit is contained in:
@@ -26,7 +26,7 @@ sourceSets {
|
||||
if(!System.properties.'idea.active') {
|
||||
srcDir '../jvm/test'
|
||||
srcDir '../common/test'
|
||||
srcDir '../common/build/common-test-sources'
|
||||
srcDir '../test'
|
||||
srcDir '../jdk7/test'
|
||||
}
|
||||
}
|
||||
@@ -69,7 +69,6 @@ compileKotlin {
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
dependsOn(":kotlin-stdlib-common:preprocessSourcesTest")
|
||||
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user