Skip to content

Commit

Permalink
feat: remove isTransitive in compose for newer compose versions (#875)
Browse files Browse the repository at this point in the history
* feat: bump the default compose deps version to 1.4.3

* remove isTransitive = false

* bring compose back

* 1.1.1
  • Loading branch information
KazuCocoa authored May 11, 2023
1 parent 2d3398e commit d82abda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion espresso-server/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ dependencies {
because("Android Compose support")
}
androidTestImplementation("androidx.compose.ui:ui-test-junit4:${composeVersion}") {
isTransitive = false
because("Android Compose support")
}

Expand Down

0 comments on commit d82abda

Please sign in to comment.