Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions mobile/buildSrc/src/main/kotlin/dependency-analysis.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,9 @@ configure<DependencyAnalysisSubExtension> {
}

onIncorrectConfiguration {
// Showkase is only used by the generated code, by app module that also needs to explicitly include showkase
exclude("com.airbnb.android:showkase")

// Navigation should be included as-needed to reduce already huge amount of modules depending on it
exclude(":common-navigation")

// Standard compose dependencies, always included for convenience
exclude("androidx.compose.ui:ui-graphics")
exclude("androidx.compose.ui:ui-test-junit4")
exclude("androidx.compose.material3:material3")
exclude("androidx.compose.material:material")
exclude("androidx.compose.ui:ui-tooling-preview")
exclude("androidx.lifecycle:lifecycle-runtime-compose")
exclude("si.inova.kotlinova:compose")
// There is no clear benefit to using api and it is causing extra effort to manage those.
// Let's just use implementation
severity("ignore")
}

onUsedTransitiveDependencies {
Expand Down
2 changes: 1 addition & 1 deletion mobile/config/libs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ androidx-workManager = "2.11.2"
coil = "3.4.0"
composeDnd = "0.4.0"
composePreference = "2.2.0"
dependencyAnalysis = "3.5.1"
dependencyAnalysis = "3.11.0"
desugarJdkLibs = "2.1.5"
detekt = "2.0.0-alpha.3"
detekt-compose = "0.5.8"
Expand Down
Loading