add room dependency

This commit is contained in:
tom5079
2024-03-04 19:45:59 -08:00
parent 48752a323f
commit f34876ca93
2 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
@@ -19,6 +18,10 @@ buildscript {
}
}
plugins {
id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false
}
allprojects {
repositories {
google()