Refactoring - renaming projects, applying sourceSets DSL
This commit is contained in:
@@ -16,7 +16,7 @@ dependencies {
|
||||
|
||||
testCompile project(path: ':examples:annotation-processor-example')
|
||||
testCompile project(':kotlin-stdlib-jre8')
|
||||
testCompile project(':plugins:android-extensions-compiler')
|
||||
testCompile project(':android-extensions-compiler')
|
||||
testCompile project(path: ':build-common', configuration: 'tests-jar')
|
||||
|
||||
testCompile 'org.jetbrains.kotlin:gradle-api:2.2'
|
||||
|
||||
@@ -30,7 +30,7 @@ dependencies {
|
||||
compile project(':kotlin-gradle-plugin-api')
|
||||
|
||||
compile project(':kotlin-stdlib')
|
||||
compile project(':plugins:android-extensions-compiler')
|
||||
compile project(':android-extensions-compiler')
|
||||
// compile project(path: ':compiler', configuration: 'embeddableCompilerJar')
|
||||
compile project(':build-common')
|
||||
compile project(':compiler:compiler-runner')
|
||||
|
||||
Reference in New Issue
Block a user