Multi-module Gradle setup targeting Android (S-Pen) and Desktop (Wacom/LWJGL3). Includes core game stub, Android launcher with immersive mode, and desktop launcher. Asset directory shared across platforms. Gradle 8.6, Kotlin 1.9.23, LibGDX 1.12.1.
7 lines
140 B
INI
7 lines
140 B
INI
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
|
|
gdxVersion=1.12.1
|
|
kotlinVersion=1.9.23
|
|
androidGradleVersion=8.3.0
|