source: 依存関係にRoomを追加

This commit is contained in:
r-ca 2023-12-14 02:20:37 +09:00
parent c8cec5d002
commit 3394148c93
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -37,4 +37,10 @@ dependencies {
implementation libs.com.google.dagger.hilt.android implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler annotationProcessor libs.com.google.dagger.hilt.compiler
// Room
implementation libs.androidx.room.runtime
annotationProcessor libs.androidx.room.compiler
} }