de.jensklingenberg.ktorfit
所有者: Jens Klingenberg
Gradle Ktorfit 插件
https://github.com/Foso/Ktorfit
源: https://github.com/Foso/Ktorfit
使用插件 DSL
plugins {
id("de.jensklingenberg.ktorfit") version "2.0.1"
}
使用旧版插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("de.jensklingenberg.ktorfit:ktorfit-gradle-plugin:2.0.1")
}
}
apply(plugin = "de.jensklingenberg.ktorfit")