Fix UnstableCollections error

This commit is contained in:
Benoit Marty 2022-12-12 17:01:37 +01:00
parent 40bf9351ca
commit 5d92402581
2 changed files with 4 additions and 1 deletions

View file

@ -31,5 +31,6 @@ fun DependencyHandlerScope.composeDependencies() {
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation("com.airbnb.android:showkase:1.0.0-beta14")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
}