[compileJava, compileTestJava]*.options*.encoding = 'UTF-8' eclipse.project.name = appName + '-core' dependencies { api "com.github.mgsx-dev.gdx-gltf:gltf:$gdxGltfVersion" api "com.crashinvaders.lml:gdx-websocket:$gdxWsVersion" api project(':shared') if (enableGraalNative == 'true') { implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion" } }