Start migrating to Gson only

This commit is contained in:
Camotoy 2024-05-27 19:48:35 -04:00
parent a135d3c4da
commit 25a755fd03
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
15 changed files with 135 additions and 127 deletions

View file

@ -14,6 +14,8 @@ dependencies {
implementation(libs.bundles.jline)
implementation(libs.bundles.log4j)
implementation(libs.gson.runtime)
}
application {