summaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-05-10 19:21:39 +0530
committerGitHub <noreply@github.com>2020-05-10 19:21:39 +0530
commit041cf00510a75042223d1857660fc7f1dff958ef (patch)
tree1b56e67e2b71afe23ac51b680b62ad778272f162 /dependencies.gradle
parent94dc92f8d70870b57a7f8c4fe8adef152c1211ce (diff)
Treewide codestyle cleanup (#765)
- Updated gitignore and checked in the IDE's codestyle config - Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year - Reformat the entire codebase based on the previously committed code style configuration. 1: https://github.com/pinterest/ktlint/issues/527
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 0b175a83..52ba9f2d 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -14,7 +14,6 @@ ext.deps = [
gradle_plugin: [
android: 'com.android.tools.build:gradle:3.6.3',
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72',
- spotless: 'com.diffplug.spotless:spotless-plugin-gradle:3.28.1'
],
kotlin: [