Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
3 changes: 2 additions & 1 deletion feature/groups/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ kotlin{

implementation(compose.components.uiToolingPreview)
implementation(libs.androidx.paging.common)
implementation(libs.androidx.paging.compose)
Comment thread
biplab1 marked this conversation as resolved.
implementation(libs.ui.backhandler)
}

androidMain.dependencies {
implementation(libs.androidx.paging.compose)
implementation(compose.ui)
implementation(compose.material3)
implementation(libs.androidx.compose.foundation)
Expand Down

This file was deleted.

Loading
Loading