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 | |
| parent | 47d3bf13023b3d62ef4530d439c3bd3e1d2baf9e (diff) | |
Add and configure detekt gradle plugin
Useful when you want to check without AS.
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e04d556..6d4c9d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,5 +29,6 @@ truth = { group = "com.google.truth", name = "truth", version = "1.4.3" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } +arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.3" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
