build.gradle 278 B

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