From 3ae105df92d4bd000d1950cb79837d201d5b229b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 1 Jun 2021 15:05:05 +0530 Subject: Configure Spotless for all projects and tweak Dagger flags (#1427) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 3365e7b0..a04020c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,4 +7,4 @@ plugins { `aps-plugin` } -allprojects { apply(plugin = "com.diffplug.spotless") } +allprojects { configureSpotless() } -- cgit v1.2.3