Skip to content

Instantly share code, notes, and snippets.

@andersu
Last active September 30, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andersu/9f8e43f01a6e9a648b58f5a39761de50 to your computer and use it in GitHub Desktop.
Save andersu/9f8e43f01a6e9a648b58f5a39761de50 to your computer and use it in GitHub Desktop.
Project build.gradle
dependencies {
classpath "org.jlleitschuh.gradle:ktlint-gradle:9.3.0"
}
subprojects {
apply plugin: "org.jlleitschuh.gradle.ktlint"
ktlint {
reporters {
reporter "html"
}
version = "0.38.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment