KTX 1.9.6-b1
Pre-release
Pre-release
The last release with the com.github.czyzby
group ID.
Change log:
- [UPDATE] Updated to LibGDX 1.9.6.
- [UPDATE] Updated to Kotlin 1.1.0.
- [FEATURE] (
ktx-collections
) Added null-safesize()
method to LibGDXIntArray
,FloatArray
andBooleanArray
collections. - [FEATURE] (
ktx-collections
) Added null-safe extension propertylastIndex
to LibGDXArrayList
equivalents:Array
,IntArray
,FloatArray
andBooleanArray
.