Remove libs.showkase entry in composeDependencies
Add it only to the needed library modules.
This commit is contained in:
parent
139b34013e
commit
cb486e93d7
3 changed files with 2 additions and 4 deletions
|
|
@ -54,10 +54,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
|
|||
implementation(libs.androidx.activity.compose)
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
debugImplementation(libs.androidx.compose.ui.test.manifest)
|
||||
// Workaround to fix error "No matching variant of com.airbnb.android:showkase:1.0.5 was found":
|
||||
// Replace `implementation` by `debugImplementation` and `releaseImplementation`
|
||||
debugImplementation(libs.showkase)
|
||||
releaseImplementation(libs.showkase)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue