Skip to content

Commit

Permalink
chore: viewmodel compose lib
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlyspaced committed Aug 18, 2024
1 parent c3e58c1 commit 7d3e46c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation(libs.lifecycle.viewmodel.compose)
}

0 comments on commit 7d3e46c

Please sign in to comment.