Allow tests to succeed by using new Gson version

This commit is contained in:
Camotoy 2024-06-26 10:17:21 -04:00
parent 2d33cfd149
commit 0dadbc2ce2
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -61,6 +61,7 @@ dependencies {
// Test
testImplementation(libs.junit)
testImplementation(libs.gson.runtime)
// Annotation Processors
compileOnly(projects.ap)