Skip to content

Commit

Permalink
build: exclude unwanted splitties libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jan 8, 2024
1 parent 1e5f0b7 commit 3888760
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,10 @@ dependencies {
testImplementation(libs.kotest.assertions.core)
androidTestImplementation(libs.junit)
}

configurations {
all {
// remove unwanted splitties libraries...
exclude(group = "com.louiscad.splitties", module = "splitties-appctx")
}
}

0 comments on commit 3888760

Please sign in to comment.