Remove detekt (#1130)

Annoying. More annoying in this project.
This commit is contained in:
AntsyLich
2024-08-19 12:51:37 +06:00
committed by GitHub
parent b2f1719c50
commit 777ae2461e
28 changed files with 3 additions and 1436 deletions

View File

@@ -6,7 +6,6 @@ dependencies {
implementation(androidx.gradle)
implementation(kotlinx.gradle)
implementation(kotlinx.compose.compiler.gradle)
implementation(libs.detekt.gradlePlugin)
implementation(gradleApi())
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))