io.github.tozydev.fast-module
所有者: Tozy Fullbuster
快速模块的约定配置
https://github.com/TozyDev/fast-module-gradle-plugin
来源: https://github.com/TozyDev/fast-module-gradle-plugin
使用 插件 DSL
plugins {
id("io.github.tozydev.fast-module") version "0.6.0"
}
使用 旧式插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.tozydev:fast-module-gradle-plugin:0.6.0")
}
}
apply(plugin = "io.github.tozydev.fast-module")