KTX 1.9.11-b2
Pre-release
Pre-release
A release that features relatively minor additions, but major changes in terms of internal project architecture and documentation generation. The project was updated to the latest Gradle version with Kotlin DSL, and the latest Dokka version with an overhauled auto generated UI.
- [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
) AddedGdxIdentityMap
andGdxArrayMap
aliases for LibGDXIdentityMap
andArrayMap
collections. - [FEATURE] (
ktx-collections
) Addedset
operator extension method toArrayMap
to support square brackets assignment. - [FEATURE] (
ktx-graphics
) Added optionalCamera
and projection matrix parameters toShapeRenderer.use
. - [FEATURE] (
ktx-scene2d
) Addedimage
builders forNinePatch
,TextureRegion
,Texture
andDrawable
.