Trying to figure out how to add Rooms but Studio is very upset. Cannot find a guide which actually works.

This commit is contained in:
2024-07-20 13:09:52 -07:00
parent 32b07eade6
commit 83e182076b
3 changed files with 22 additions and 1 deletions

View File

@ -8,6 +8,9 @@ espressoCore = "3.5.1"
lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
composeBom = "2024.04.01"
roomCompiler = "2.6.1"
roomKtx = "2.6.1"
roomRuntime = "2.6.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }