Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feature/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kotlin {
implementation(compose.components.resources)
implementation(compose.components.uiToolingPreview)
implementation(libs.androidx.paging.common)
implementation(libs.androidx.paging.compose)
implementation(libs.kotlinx.serialization.json)
implementation(libs.coil.kt.compose)
implementation(libs.coil.network.ktor)
Expand All @@ -55,7 +56,6 @@ kotlin {
implementation(libs.accompanist.permission)
implementation(libs.ktor.client.android)

implementation(libs.androidx.paging.compose)
implementation(libs.coil.network.okhttp)
implementation(libs.play.services.location)
implementation(libs.kotlinx.coroutines.play.services)
Expand Down

This file was deleted.

This file was deleted.

Loading