de.jensklingenberg.ktorfit
Owner: Jens Klingenberg
Gradle Plugin for Ktorfit
https://github.com/Foso/Ktorfit
Sources: https://github.com/Foso/Ktorfit
Add this plugin to your build using the plugins DSL:
plugins {
id("de.jensklingenberg.ktorfit") version "2.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.jensklingenberg.ktorfit:ktorfit-gradle-plugin:2.2.0") } } apply(plugin = "de.jensklingenberg.ktorfit")
- Applying plugins to all subprojects .