KTX 1.12.0-rc1
The first release to officially support libGDX 1.12.0 and Kotlin 1.9.0.
- [UPDATE] Updated to libGDX 1.12.0.
- [UPDATE] Updated to Kotlin 1.9.0.
- [UPDATE] Updated to Kotlin Coroutines 1.7.2.
- [UPDATE] Updated to VisUI 1.5.2.
- [UPDATE] Updated to Dokka 1.8.20.
- [MISC] KTX project should now work locally under JDK 17, including the test suite.
- [FEATURE] (
ktx-app
)KtxInputAdapter
now supports thetouchCancelled
event handling. By default, it calls thetouchUp
method for consistency with the previous libGDX versions.