Remove redundant KGP classpath in :app

This commit is contained in:
AntsyLich
2026-05-06 15:46:34 +06:00
parent da9b5d9b9d
commit 9c3519046f
-6
View File
@@ -310,9 +310,3 @@ androidComponents {
it.packaging.resources.excludes.add("META-INF/*.version") it.packaging.resources.excludes.add("META-INF/*.version")
} }
} }
buildscript {
dependencies {
classpath(libs.kotlin.gradle)
}
}