com.saveourtool.diktat
Owner: SaveOurTool Team
Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com/
Sources: https://github.com/saveourtool/diktat
Version 2.0.0 (latest)
2.0.0
Created 18 December 2023.
Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
Add this plugin to your build using the plugins DSL:
plugins {
id("com.saveourtool.diktat") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.saveourtool.diktat:diktat-gradle-plugin:2.0.0") } } apply(plugin = "com.saveourtool.diktat")
- Applying plugins to all subprojects .