Build: Centralize compiler dist build logic in :kotlin-compiler project
This commit is contained in:
@@ -75,7 +75,7 @@ sourceSets {
|
||||
testsJar {}
|
||||
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-android-extensions-runtime:dist")
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
useAndroidSdk()
|
||||
useAndroidJar()
|
||||
|
||||
Reference in New Issue
Block a user