Download Latest Version 1.13.1-rc1.zip (10.8 MB)
Email in envelope

Get an email when there's a new version of KTX

Home / 1.12.1-rc2
Name Modified Size InfoDownloads / Week
Parent folder
1.12.1-rc2.zip 2024-08-25 10.1 MB
KTX 1.12.1-rc2 source code.tar.gz 2024-08-25 1.1 MB
KTX 1.12.1-rc2 source code.zip 2024-08-25 1.3 MB
README.md 2024-08-25 1.1 kB
Totals: 4 Items   12.5 MB 0

Maintenance release with some minor improvements and dependency updates. The last planned release to officially support Kotlin 1.


  • [UPDATE] Updated to Kotlin 1.9.25.
  • [UPDATE] Updated to Kotlin Coroutines 1.8.1.
  • [UPDATE] Updated to Gradle 7.6.4.
  • [UPDATE] Updated to Dokka 1.9.20.
  • [MISC] JDK 11 or newer is now required to build the KTX project.
  • [CHANGE] (ktx-assets) The pool factory method now attempts to reset Poolable objects with the default discard lambda to match the default libGDX pool behavior. Pass a custom function to override it.
  • [FEATURE] (ktx-math) Added component deconstructing operators for 2D shapes:
  • Rectangle: x, y, width, height
  • Ellipse: x, y, width, height
  • Circle: x, y, radius
  • Polygon: x, y
  • Polyline: x, y
  • [CHANGE] (ktx-scene2d) image factory method can now be called without parameters or with null to create an Image without a Drawable.
  • [FEATURE] (ktx-tiled) Added use extension method to BatchTiledMapRenderer that automatically calls beginRender() and endRender().
Source: README.md, updated 2024-08-25