Discoverer98
Discoverer98

Reputation: 461

Version of Gradle to use with Gradle Experimental Plugin

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

Answers (1)

Dragos Rachieru
Dragos Rachieru

Reputation: 642

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

Upvotes: 1

Related Questions