- [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
- eclipse.project.name = appName + '-core'
- dependencies {
- api "com.badlogicgames.gdx:gdx:$gdxVersion"
- api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
- implementation "com.esotericsoftware:kryonet:2.22.0-RC1"
- }
|