Does anyone know the maven coordinates of the andr...
# declarative-gradle
m
Does anyone know the maven coordinates of the android ecosystem plugin classes? The plugins themselves are abstract classes and as such, I think i could extend them put other stuff in them (yes i know this is all EAP, but i'm tinkering for lab week)
g
The artifact? Should be
Copy code
org.gradle.experimental:plugin-android:0.1.14
(https://plugins.gradle.org/plugin/org.gradle.experimental.android-ecosystem)