plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop' }