org.jlleitschuh.gradle.ktlint-idea
Owner: Jonathan Leitschuh
Provides a convenient wrapper plugin over the ktlint project.
https://github.com/JLLeitschuh/ktlint-gradle
Sources: https://github.com/JLLeitschuh/ktlint-gradle
Version 11.4.2
11.4.2
Created 22 June 2023.
Provides a convenient wrapper plugin over the ktlint project.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jlleitschuh.gradle.ktlint-idea") version "11.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jlleitschuh.gradle:ktlint-gradle:11.4.2") } } apply(plugin = "org.jlleitschuh.gradle.ktlint-idea")
- Applying plugins to all subprojects .