build.gradle 261 B

12345678
  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. api "com.badlogicgames.gdx:gdx:1.11.0"
  7. }