Fix UnstableCollections error

This commit is contained in:
Benoit Marty
2022-12-12 17:01:37 +01:00
parent 4427b4cb9f
commit c31f066d23
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")
}