Change previous gradle build for compatibility with the centralized build
incompatible with the main build yet
This commit is contained in:
@@ -17,7 +17,11 @@ sourceSets {
|
||||
|
||||
createPreprocessorTask(project, "Main", "${projectDir}/../src/kotlin", commonSrcDir)
|
||||
|
||||
compileKotlinCommon.dependsOn preprocessSourcesMain
|
||||
compileKotlinCommon {
|
||||
dependsOn preprocessSourcesMain
|
||||
// dependsOn ":prepare:compiler:prepare-compiler-with-bootstrap-runtime"
|
||||
// compilerJarFile = compilerJarWithBootstrapRuntime
|
||||
}
|
||||
|
||||
/*
|
||||
// TODO: currently unsupported
|
||||
|
||||
Reference in New Issue
Block a user