ktx v1.9.11-b2 Release Notes

    • ⚡️ [UPDATE] Updated to Kotlin 1.4.10.
    • ⚡️ [UPDATE] Updated to Kotlin Coroutines 1.4.0.
    • ⚡️ [UPDATE] Updated to Gradle 6.7.
    • ⚡️ [UPDATE] Updated to Dokka 1.4.10-2.
    • [MISC] Groovy Gradle scripts and configuration files migrated to Kotlin.
    • [MISC] The generated sources documentation is vastly improved and moved to a new URL.
    • [FEATURE] (ktx-collections) Added GdxIdentityMap and GdxArrayMap aliases for LibGDX IdentityMap and ArrayMap collections.
    • [FEATURE] (ktx-collections) Added set operator extension method to ArrayMap to support square brackets assignment.
    • [FEATURE] (ktx-graphics) Added optional Camera and projection matrix parameters to ShapeRenderer.use.
    • [FEATURE] (ktx-scene2d) Added image builders for NinePatch, TextureRegion, Texture and Drawable.