summaryrefslogtreecommitdiff
path: root/sw-client
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-08-20 15:36:49 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-08-20 16:08:49 +0200
commit7780d36b540814018b468884d03025d464cd5205 (patch)
tree21ac4bb1acf1b126bf805f55555d10a25aa420db /sw-client
parentFix style & sort imports (diff)
downloadseven-wonders-7780d36b540814018b468884d03025d464cd5205.tar.gz
seven-wonders-7780d36b540814018b468884d03025d464cd5205.tar.bz2
seven-wonders-7780d36b540814018b468884d03025d464cd5205.zip
Upgrade ktlint and re-enable import order check
Diffstat (limited to 'sw-client')
-rw-r--r--sw-client/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw-client/build.gradle.kts b/sw-client/build.gradle.kts
index 8671db0d..8412c25d 100644
--- a/sw-client/build.gradle.kts
+++ b/sw-client/build.gradle.kts
@@ -1,6 +1,5 @@
plugins {
kotlin("multiplatform")
- id("org.jlleitschuh.gradle.ktlint")
}
val krossbowVersion = "0.21.1"
bgstack15