Change previous gradle build for compatibility with the centralized build
incompatible with the main build yet
This commit is contained in:
@@ -14,10 +14,10 @@ dependencies {
|
||||
testCompile project(':kotlin-gradle-subplugin-example')
|
||||
testCompile project(':kotlin-allopen')
|
||||
|
||||
testCompile "org.jetbrains.kotlin:annotation-processor-example:$kotlin_version"
|
||||
testCompile project (path: ':examples:annotation-processor-example')
|
||||
testCompile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
|
||||
testCompile "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
|
||||
testCompile "org.jetbrains.kotlin:kotlin-build-common-test:$kotlin_version"
|
||||
testCompile project (path: ':build-common', configuration: 'tests-jar')
|
||||
|
||||
testCompile 'org.jetbrains.kotlin:gradle-api:2.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user