Do not use code preprocessing anymore
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user