From 6d2393f01054dd01a4bec01b8222386f4218d54a Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 14 Jul 2024 23:50:34 +0200 Subject: Add and configure detekt gradle plugin Useful when you want to check without AS. --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 27ad9bf..6c73fc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,3 +25,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true + +detekt.use.worker.api=true -- cgit v1.2.3-70-g09d2