Skip to content

Commit

Permalink
Sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Dec 4, 2024
1 parent a8e3243 commit a39579b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/core/core-design-system/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ hedvig {

dependencies {
api(libs.androidx.compose.foundation)
implementation(libs.androidx.compose.material3)

implementation(libs.androidx.annotation)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.graphicsShapes)
implementation(libs.kotlinx.datetime)
implementation(projects.composeUi)
Expand Down
2 changes: 1 addition & 1 deletion app/feature/feature-delete-account/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
implementation(projects.apolloCore)
implementation(projects.apolloOctopusPublic)
implementation(projects.authCorePublic)
implementation(projects.designSystemHedvig)
implementation(projects.coreCommonPublic)
implementation(projects.coreResources)
implementation(projects.designSystemHedvig)
implementation(projects.moleculeAndroid)
implementation(projects.moleculePublic)
implementation(projects.navigationCommon)
Expand Down
3 changes: 2 additions & 1 deletion app/feature/feature-payments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
}

dependencies {
implementation(libs.androidx.compose.runtime)
implementation(libs.androidx.compose.foundation)
implementation(libs.androidx.compose.runtime)
implementation(libs.androidx.lifecycle.compose)
implementation(libs.apollo.normalizedCache)
implementation(libs.apollo.runtime)
Expand Down Expand Up @@ -57,6 +57,7 @@ dependencies {
implementation(projects.notificationPermission)
implementation(projects.pullrefresh)
implementation(projects.theme)

testImplementation(libs.coroutines.test)
testImplementation(projects.coreCommonTest)
testImplementation(projects.coreDatastoreTest)
Expand Down

0 comments on commit a39579b

Please sign in to comment.