Skip to content

Files

Latest commit

3053312 · Feb 16, 2025

History

History

ktorfit-gradle-plugin

Gradle plugin

The Gradle plugin is needed to easily add the compiler plugin to the project and pass data to it.

Add this plugin from Gradle plugin portal:

plugins {
    id "de.jensklingenberg.ktorfit" version "LATEST_VERSION"
}

The plugin can be configured:

configure<de.jensklingenberg.ktorfit.gradle.KtorfitGradleConfiguration> {
}