I need to use the experimental gradle to debug my own code and "provided" javax.annotation: jsr250-api: 1.0 '"in build.gradle, but the experimental version does not seem to support the provided grammar, the error message" Gradle DSL method not found: 'provided ()' ".
For experimental gradle, I use "com.android.tools.build:gradle-experimental07.7.0-beta3" and the main build.gradle is located here
So, any solution?
source share