io.github.noodlemind.yaml-to-kotlin
所有者: Krish
从YAML架构定义生成Kotlin类
https://github.com/noodlemind/yaml-to-kotlin
源代码:https://github.com/noodlemind/yaml-to-kotlin.git
使用插件DSL
plugins {
id("io.github.noodlemind.yaml-to-kotlin") version "1.1.3"
}
使用遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.noodlemind:yaml-to-kotlin-plugin:1.1.3")
}
}
apply(plugin = "io.github.noodlemind.yaml-to-kotlin")