io.github.turansky.kfc.dev-server
所有者: Victor Turansky
Kotlin/JS测试服务器
https://github.com/turansky/kfc-plugins
源代码: https://github.com/turansky/kfc-plugins
使用插件DSL
plugins {
id("io.github.turansky.kfc.dev-server") version "6.2.0"
}
使用传统的插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.turansky.kfc:kfc-gradle-plugin:6.2.0")
}
}
apply(plugin = "io.github.turansky.kfc.dev-server")