diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-08-20 15:36:49 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-08-20 16:08:49 +0200 |
commit | 7780d36b540814018b468884d03025d464cd5205 (patch) | |
tree | 21ac4bb1acf1b126bf805f55555d10a25aa420db /sw-client | |
parent | Fix style & sort imports (diff) | |
download | seven-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.kts | 1 |
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" |