Remove libs.showkase entry in composeDependencies

Add it only to the needed library modules.
This commit is contained in:
Jorge Martín 2025-08-13 11:43:57 +02:00
parent 139b34013e
commit cb486e93d7
3 changed files with 2 additions and 4 deletions

View file

@ -40,6 +40,7 @@ android {
implementation(projects.libraries.uiStrings)
ksp(libs.showkase.processor)
implementation(libs.showkase)
testImplementation(libs.test.junit)
testImplementation(libs.coroutines.test)