I added ``` afterEvaluate { android.applicatio...
# build-tools
k
I added
Copy code
afterEvaluate {
    android.applicationVariants.each { variant ->
        println variant.javaCompile.classpath.join(",")
    }
}
to verify and there is again a difference between Studio and JRA