Refactor: project renaming, using improved build dsl
This commit is contained in:
@@ -17,7 +17,7 @@ dependencies {
|
||||
testCompile project(path: ':examples:annotation-processor-example')
|
||||
testCompile project(':kotlin-stdlib-jre8')
|
||||
testCompile project(':android-extensions-compiler')
|
||||
testCompile project(path: ':build-common', configuration: 'tests-jar')
|
||||
testCompile project(path: ':kotlin-build-common', configuration: 'tests-jar')
|
||||
|
||||
testCompile 'org.jetbrains.kotlin:gradle-api:2.2'
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ dependencies {
|
||||
compile project(':kotlin-stdlib')
|
||||
compile project(':android-extensions-compiler')
|
||||
// compile project(path: ':compiler', configuration: 'embeddableCompilerJar')
|
||||
compile project(':build-common')
|
||||
compile project(':kotlin-build-common')
|
||||
compile project(':compiler:compiler-runner')
|
||||
compile project(":compiler:incremental-compilation-impl")
|
||||
compile project(":compiler")
|
||||
@@ -46,7 +46,7 @@ dependencies {
|
||||
agp25CompileOnly 'org.codehaus.groovy:groovy-all:2.3.9'
|
||||
agp25CompileOnly gradleApi()
|
||||
|
||||
testCompile project (path: ':build-common', configuration: 'tests-jar')
|
||||
testCompile project (path: ':kotlin-build-common', configuration: 'tests-jar')
|
||||
testCompile project(':kotlin-test::kotlin-test-junit')
|
||||
testCompile "junit:junit:4.12"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user