Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 368 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 368 Bytes

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> {
}