The first release to officially support libGDX 1.13.1 and Kotlin 2.
- [UPDATE] Updated to libGDX 1.13.1.
- [UPDATE] Updated to Kotlin 2.1.10.
- [UPDATE] Updated to Kotlin Coroutines 1.10.1.
- [UPDATE] Updated to VisUI 1.5.5.
- [UPDATE] Updated to Dokka 2.0.0.
- [CHANGE] (
ktx-app
)KtxGame
now callsresize
aftershow
whencreate
orsetScreen
are called. This behavior now matches the officialGame
implementation.