dependencies { // ... implementation "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion" implementation "com.github.MrStahlfelge.gdx-websockets:common:$wsVersion" implementation project(':core') // ... }