Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(app): Add dependency runtime-livedata
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 4, 2023
1 parent 9b7fc4a commit 731889a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies {
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.material:material")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.runtime:runtime-livedata")
implementation(libs.core.ktx)
implementation(project(":accessData"))
implementation(project(":accessDomain"))
Expand Down

0 comments on commit 731889a

Please sign in to comment.