ktx v1.9.6-b1 Release Notes

    • ⚡️ [UPDATE] Updated to LibGDX 1.9.6.
    • ⚡️ [UPDATE] Updated to Kotlin 1.1.0.
    • [FEATURE] (ktx-collections) Added null-safe size() method to LibGDX IntArray, FloatArray and BooleanArray collections.
    • [FEATURE] (ktx-collections) Added null-safe extension property lastIndex to LibGDX ArrayList equivalents: Array, IntArray, FloatArray and BooleanArray.