diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-07-14 23:50:34 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-07-14 23:50:34 +0200 |
| commit | 6d2393f01054dd01a4bec01b8222386f4218d54a (patch) | |
| tree | 8cd0f9b11b8be281070ba46c26164c3874719dd6 /gradle.properties | |
| parent | 47d3bf13023b3d62ef4530d439c3bd3e1d2baf9e (diff) | |
Add and configure detekt gradle plugin
Useful when you want to check without AS.
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
