aboutsummaryrefslogtreecommitdiff
path: root/spotless.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-10-24 18:30:11 -0700
committerAllan Wang <me@allanwang.ca>2021-10-24 18:30:11 -0700
commitab7447c811808568cc7367eef3149aead2d990b3 (patch)
treedc48de32c6f78f91c3611b761e86a1fac5e4f5ac /spotless.gradle
parentb5a5ad755eed7e9c973cda5de7f0387c92d5d9fd (diff)
downloadfrost-ab7447c811808568cc7367eef3149aead2d990b3.tar.gz
frost-ab7447c811808568cc7367eef3149aead2d990b3.tar.bz2
frost-ab7447c811808568cc7367eef3149aead2d990b3.zip
Version bumps, koin removal, android 12 target
Diffstat (limited to 'spotless.gradle')
-rw-r--r--spotless.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/spotless.gradle b/spotless.gradle
index 72104ac0..6ff39f3c 100644
--- a/spotless.gradle
+++ b/spotless.gradle
@@ -3,8 +3,7 @@ apply plugin: "com.diffplug.spotless"
spotless {
kotlin {
target "**/*.kt"
- // https://github.com/pinterest/ktlint/releases
- ktlint("0.41.0").userData(["disabled_rules": "no-wildcard-imports"])
+ ktlint(kau.Versions.ktlint).userData(["disabled_rules": "no-wildcard-imports"])
licenseHeaderFile '../spotless.license.kt'
trimTrailingWhitespace()
endWithNewline()