io.github.merseyside.android-extension
Owner: Ivan Sablin
Plugin to optimize work with kotlin/android extensions and useful features
https://github.com/Merseyside/mersey-gradle-plugins
Sources: https://github.com/Merseyside/mersey-gradle-plugins
Version 1.0.6
1.0.6
Created 17 March 2023.
Plugin to optimize work with kotlin/android extensions and useful features
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.merseyside.android-extension") version "1.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.merseyside:plugins:1.0.6") } } apply(plugin = "io.github.merseyside.android-extension")
- Applying plugins to all subprojects .