com.equisoft.standards.kotlin
所有者: Equisoft Inc.
Equisoft 中的 Kotlin 标准规范
https://www.github.com/kronostechnologies/standards
来源: https://www.github.com/kronostechnologies/standards.git
使用 插件 DSL
plugins {
id("com.equisoft.standards.kotlin") version "0.5.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.equisoft.standards:kotlin-standards-plugin:0.5.0")
}
}
apply(plugin = "com.equisoft.standards.kotlin")