Added json config

This commit is contained in:
2026-04-05 19:29:30 -03:00
parent 2293dc29fb
commit 1bc0ae71bf
15 changed files with 74 additions and 43 deletions

View File

@@ -13,7 +13,9 @@ repositories {
}
dependencies {
implementation project(':shared')
implementation project(':core')
implementation "com.google.code.gson:gson:$gsonVersion"
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'