GSON追加

This commit is contained in:
ろむねこ 2024-06-12 14:10:32 +09:00
parent b8ae2973e1
commit 9a08a16eed
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -37,4 +37,7 @@ dependencies {
// Hilt (DI)
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler
// Gson
implementation 'com.google.code.gson:gson:2.11.0'
}