Fix friend paths configuration with the new API for compile*Test tasks

Add lazy `friendClasspathEntries` to KotlinCompile
Set `friendClasspathEntries` in the Android25Pro
Change to AGP 3.0.0-alpha1;

(cherry picked from commit 1d6dd5c)

(cherry picked from commit 6cdf501)
This commit is contained in:
Sergey Igushkin
2017-05-12 16:09:16 +03:00
committed by Alexey Tsvetkov
parent 7fae7c1d55
commit 1bc0e8a276
4 changed files with 19 additions and 7 deletions
@@ -44,7 +44,7 @@ dependencies {
compileOnly 'org.codehaus.groovy:groovy-all:2.3.9'
compileOnly 'org.jetbrains.kotlin:gradle-api:2.2'
agp25CompileOnly 'com.android.tools.build:gradle:3.0.0-dev'
agp25CompileOnly 'com.android.tools.build:gradle:3.0.0-alpha1'
agp25CompileOnly 'org.codehaus.groovy:groovy-all:2.3.9'
agp25CompileOnly gradleApi()