Skip to content

Instantly share code, notes, and snippets.

@coyarzun89
Created May 8, 2021 19:36
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 coyarzun89/1c711a3d91d39be93cd93de889b1766e to your computer and use it in GitHub Desktop.
Save coyarzun89/1c711a3d91d39be93cd93de889b1766e to your computer and use it in GitHub Desktop.
ktlint-rules gradle file
plugins {
id 'kotlin'
}
dependencies {
compileOnly "com.github.shyiko.ktlint:ktlint-core:$ktlintVersion"
testImplementation "junit:junit:$junitVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
testImplementation "com.github.shyiko.ktlint:ktlint-core:$ktlintVersion"
testImplementation "com.github.shyiko.ktlint:ktlint-test:$ktlintVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment