basic code for ObjectInfo configs

This commit is contained in:
UnrealValentin
2021-04-12 00:46:54 +02:00
parent 93adc47713
commit c1e2dc1eeb
6 changed files with 53 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}