io.github.merseyside.android-extension
所有者: 伊万·萨布林
用于优化 kotlin/android 扩展和工作功能的有用插件
https://github.com/Merseyside/mersey-gradle-plugins
来源:https://github.com/Merseyside/mersey-gradle-plugins
使用 插件 DSL
plugins {
id("io.github.merseyside.android-extension") version "1.1.2"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.merseyside:plugins:1.1.2")
}
}
apply(plugin = "io.github.merseyside.android-extension")