Reputation: 461
I'm having a hard time searching for the documentation of the Gradle Experimental plugin, that I'm trying to use in Android Studio. Looking at Bintray, on the following page:
https://bintray.com/android/android-tools/com.android.tools.build.gradle-experimental/view
It tells me that the last stable version of the gradle-experimental plugin is 0.9.3. However, when I search online for which version of Gradle would match with the gradle-experimental plugin, I can't find that information anywhere. The last scrap of information I found is here:
http://tools.android.com/tech-docs/new-build-system/gradle-experimental
And it says that the plugin version 0.7.3 should be matched with Gradle 2.14.1. I couldn't find anything more recent.
Any help on this issue would be highly appreciated, thanks.
Upvotes: 3
Views: 782
Reputation: 642
I am using gradle-experimental:0.11.1 with gradle version 4.1 and it works.
Upvotes: 1