File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
features/preferences/impl
plugins/src/main/kotlin/extension Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ dependencies {
86
86
implementation(libs.androidx.browser)
87
87
implementation(libs.androidx.datastore.preferences)
88
88
api(projects.features.preferences.api)
89
+ implementation(libs.showkase)
89
90
90
91
implementation(platform(libs.network.okhttp.bom))
91
92
implementation(libs.network.okhttp)
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ android {
40
40
implementation(projects.libraries.uiStrings)
41
41
42
42
ksp(libs.showkase.processor)
43
+ implementation(libs.showkase)
43
44
44
45
testImplementation(libs.test.junit)
45
46
testImplementation(libs.coroutines.test)
Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
54
54
implementation(libs.androidx.activity.compose)
55
55
debugImplementation(libs.androidx.compose.ui.tooling)
56
56
debugImplementation(libs.androidx.compose.ui.test.manifest)
57
- // Workaround to fix error "No matching variant of com.airbnb.android:showkase:1.0.5 was found":
58
- // Replace `implementation` by `debugImplementation` and `releaseImplementation`
59
- debugImplementation(libs.showkase)
60
- releaseImplementation(libs.showkase)
61
57
implementation(libs.kotlinx.collections.immutable)
62
58
}
63
59
You can’t perform that action at this time.
0 commit comments