gson-converter追加

This commit is contained in:
rca 2024-06-22 15:38:22 +09:00
parent 3db5474098
commit 273c401eaa
2 changed files with 2 additions and 0 deletions

View File

@ -62,4 +62,5 @@ dependencies {
// Retrofit
implementation libs.retrofit
implementation libs.converter.gson
}

View File

@ -12,6 +12,7 @@ nav = "2.7.7"
retrofit = "2.11.0"
[libraries]
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }