diff --git a/utils/build.gradle b/utils/build.gradle index eeb2026..f2e6486 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -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' } \ No newline at end of file