Join Slack
Powered by
Does anyone know the maven coordinates of the andr...
# declarative-gradle
m
Matthew Inger
10/14/2024, 5:33 PM
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
Gabriel Feo
10/14/2024, 5:43 PM
The artifact? Should be
Copy code
org.gradle.experimental:plugin-android:0.1.14
(
https://plugins.gradle.org/plugin/org.gradle.experimental.android-ecosystem
)
Open in Slack
Previous
Next