From 041cf00510a75042223d1857660fc7f1dff958ef Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 10 May 2020 19:21:39 +0530 Subject: 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 --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 3f2e5455..8de48223 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,6 @@ buildscript { dependencies { classpath deps.gradle_plugin.android classpath deps.gradle_plugin.kotlin - classpath deps.gradle_plugin.spotless } } @@ -21,7 +20,6 @@ plugins { subprojects { apply from: rootProject.file('dependencies.gradle') - apply from: rootProject.file('spotless.gradle') repositories { google() jcenter() @@ -67,8 +65,6 @@ subprojects { } } -apply from: rootProject.file('spotless.root.gradle') - tasks { wrapper { distributionType = Wrapper.DistributionType.ALL -- cgit v1.2.3