- eclipse.project.name = appName + '-shared'
- dependencies {
- implementation "com.esotericsoftware:kryonet:2.22.0-RC1"
- api "com.esotericsoftware:kryonet:2.22.0-RC1"
- implementation "com.badlogicgames.gdx:gdx:1.11.0"
- api "com.badlogicgames.gdx:gdx:1.11.0"
- }
|