com.ncorti.ktfmt.gradle
Owner: Nicola Corti
A Gradle plugin to run ktfmt formatter on your build
https://github.com/cortinico/ktfmt-gradle
Sources: https://github.com/cortinico/ktfmt-gradle
Version 0.8.0
0.8.0
Created 19 February 2022.
A Gradle plugin to run ktfmt formatter on your build
Add this plugin to your build using the plugins DSL:
plugins {
id("com.ncorti.ktfmt.gradle") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ncorti.ktfmt.gradle:plugin:0.8.0") } } apply(plugin = "com.ncorti.ktfmt.gradle")
- Applying plugins to all subprojects .