org.gradle.experimental.android-ecosystem
Owner: Gradle
Experimental declarative plugin for the Android ecosystem
https://blog.gradle.org/declarative-gradle
Sources: https://github.com/gradle/declarative-gradle
Version 0.1.27
0.1.27
Created 04 November 2024.
Experimental declarative plugin for the Android ecosystem
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.experimental.android-ecosystem") version "0.1.27"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle.experimental:plugin-android:0.1.27") } } apply(plugin = "org.gradle.experimental.android-ecosystem")
- Applying plugins to all subprojects .