3

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.

Vishal Yadav
  • 3,642
  • 3
  • 25
  • 42
Discoverer98
  • 461
  • 3
  • 14
  • When I updated my version of the gradle-experimental plugin to '0.9.3' I got the message that I needed to update my gradle plugin to '2.3.3'. I did so and it apparently works. However, I haven't gotten my build to work yet, so I'm not putting that as an answer yet. Once I get my build to work, I'll come back and put that as an answer. – Discoverer98 Sep 26 '17 at 20:42

1 Answers1

1

I am using gradle-experimental:0.11.1 with gradle version 4.1 and it works.

Dragos Rachieru
  • 602
  • 8
  • 21