File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
features/preferences/impl
plugins/src/main/kotlin/extension Expand file tree Collapse file tree 4 files changed +4
-2
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 @@ -38,7 +38,7 @@ serialization_json = "1.9.0"
38
38
# other
39
39
detekt = " 1.23.8"
40
40
coil = " 3.3.0"
41
- showkase = " 1.0.4 "
41
+ showkase = " 1.0.5 "
42
42
appyx = " 1.7.1"
43
43
sqldelight = " 2.1.0"
44
44
wysiwyg = " 2.39.0"
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 @@ -30,6 +30,7 @@ private fun DependencyHandlerScope.implementation(
30
30
private fun DependencyHandlerScope.androidTestImplementation (dependency : Any ) = dependencies.add(" androidTestImplementation" , dependency)
31
31
32
32
private fun DependencyHandlerScope.debugImplementation (dependency : Any ) = dependencies.add(" debugImplementation" , dependency)
33
+ private fun DependencyHandlerScope.releaseImplementation (dependency : Any ) = dependencies.add(" releaseImplementation" , dependency)
33
34
34
35
/* *
35
36
* Dependencies used by all the modules
@@ -53,7 +54,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
53
54
implementation(libs.androidx.activity.compose)
54
55
debugImplementation(libs.androidx.compose.ui.tooling)
55
56
debugImplementation(libs.androidx.compose.ui.test.manifest)
56
- implementation(libs.showkase)
57
57
implementation(libs.kotlinx.collections.immutable)
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments