com.redmadrobot.kotlin-config
所有者: red_mad_robot 团队
为 com.redmadrobot.kotlin-library 设置配置
https://github.com/RedMadRobot/gradle-infrastructure
来源: https://github.com/RedMadRobot/gradle-infrastructure.git
使用插件 DSL
plugins {
id("com.redmadrobot.kotlin-config") version "0.19.1"
}
使用旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redmadrobot.build:infrastructure-kotlin:0.19.1")
}
}
apply(plugin = "com.redmadrobot.kotlin-config")