removing unused dependencies and marking soloader and ignored from dependency check (as it's dynamic)

This commit is contained in:
Adam Brown 2022-06-28 12:39:02 +01:00
parent a82ddf5d5c
commit f17129b660
2 changed files with 2 additions and 1 deletions

View file

@ -267,6 +267,8 @@ dependencyAnalysis {
onUnusedDependencies {
// False positives
exclude(
"androidx.fragment:fragment-testing",
"com.facebook.soloader:soloader",
"com.vanniktech:emoji-google",
"com.vanniktech:emoji-material",
"org.maplibre.gl:android-plugin-annotation-v9",

View file

@ -372,7 +372,6 @@ dependencies {
implementation "com.gabrielittner.threetenbp:lazythreetenbp:0.10.0"
implementation libs.squareup.moshi
implementation libs.squareup.moshiKt
kapt libs.squareup.moshiKotlin
// Lifecycle