mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-01 22:19:18 +02:00
Remove remaining unused dependencies across the project (#3390)
This commit is contained in:
+3
-1
@@ -97,7 +97,8 @@ dependencyAnalysis {
|
||||
ignoreKtx(true)
|
||||
|
||||
// Hilt Android is required by the Hilt plugin, but isn't directly used in many cases. Group
|
||||
// these dependencies together so warnings aren't triggered.
|
||||
// these dependencies together so warnings aren't triggered. If neither of these are being
|
||||
// used, the module likely shouldn't be applying the Hilt plugin.
|
||||
bundle("hilt-core") {
|
||||
includeDependency("com.google.dagger:hilt-core")
|
||||
includeDependency(libs.hilt.android)
|
||||
@@ -112,6 +113,7 @@ dependencyAnalysis {
|
||||
issues {
|
||||
all {
|
||||
onUnusedDependencies {
|
||||
severity("fail")
|
||||
exclude("androidx.compose.ui:ui-test-manifest")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user