Do not use code preprocessing anymore

This commit is contained in:
Ilya Gorbunov
2018-03-21 20:47:05 +03:00
parent 37787f9769
commit ac3de447ae
9 changed files with 14 additions and 45 deletions
-6
View File
@@ -108,8 +108,6 @@ check.dependsOn(dexMethodCount)
compileKotlin {
dependsOn(":core:builtins:serialize")
dependsOn(":prepare:build.version:writeStdlibVersion")
dependsOn(":kotlin-stdlib-common:preprocessSourcesMain")
classpath += files("${rootDir}/dist/builtins")
kotlinOptions {
freeCompilerArgs = [
@@ -123,10 +121,6 @@ compileKotlin {
}
}
compileTestKotlin {
dependsOn(":kotlin-stdlib-common:preprocessSourcesTest")
}
compileExperimentalKotlin {
kotlinOptions {