build.gradle 220 B

1234567
  1. eclipse.project.name = appName + '-shared'
  2. dependencies {
  3. implementation "com.esotericsoftware:kryonet:2.22.0-RC1"
  4. api "com.esotericsoftware:kryonet:2.22.0-RC1"
  5. implementation "com.badlogicgames.gdx:gdx:1.11.0"
  6. }