Skip to content

Commit cb486e9

Browse files
committed
Remove libs.showkase entry in composeDependencies
Add it only to the needed library modules.
1 parent 139b340 commit cb486e9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

features/preferences/impl/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies {
8686
implementation(libs.androidx.browser)
8787
implementation(libs.androidx.datastore.preferences)
8888
api(projects.features.preferences.api)
89+
implementation(libs.showkase)
8990

9091
implementation(platform(libs.network.okhttp.bom))
9192
implementation(libs.network.okhttp)

libraries/designsystem/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ android {
4040
implementation(projects.libraries.uiStrings)
4141

4242
ksp(libs.showkase.processor)
43+
implementation(libs.showkase)
4344

4445
testImplementation(libs.test.junit)
4546
testImplementation(libs.coroutines.test)

plugins/src/main/kotlin/extension/DependencyHandleScope.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
5454
implementation(libs.androidx.activity.compose)
5555
debugImplementation(libs.androidx.compose.ui.tooling)
5656
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)
6157
implementation(libs.kotlinx.collections.immutable)
6258
}
6359

0 commit comments

Comments
 (0)