Added json config
This commit is contained in:
@@ -4,11 +4,10 @@ eclipse.project.name = appName + '-core'
|
||||
dependencies {
|
||||
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
api "com.github.crykn:kryonet:$kryoNetVersion"
|
||||
implementation project(':shared')
|
||||
implementation "com.google.code.gson:gson:$gsonVersion"
|
||||
|
||||
if(enableGraalNative == 'true') {
|
||||
implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion"
|
||||
implementation(project(":shared"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user