KTX 1.11.0-rc4
A maintenance release with support for Kotlin 1.8.0 and notable documentation improvements.
- [UPDATE] Updated to Kotlin 1.8.0.
- [UPDATE] Updated to VisUI 1.5.1.
- [MISC] Project README now includes installation instructions for new projects using
gdx-liftoff
. - [MISC] Sample KTX projects are now generated by
gdx-liftoff
on every release. - [MISC] Removed migration guides from
ktx-scene2d
andktx-vis
README files. If you are migrating from an old KTX version, please refer to the 1.11.0-rc3 tag. - [FEATURE] (
ktx-assets-async
)AssetStorage.silenceAssetManagerWarnings
property was added, allowing to silence logging on non-fatalAssetLoader
issues. - [FEATURE] (
ktx-assets-async
)AssetManagerWrapper
warnings caused byAssetLoader
issues were extended and improved.
Known issues:
- [BUG] (
ktx-assets-async
)AssetStorage
might work incorrectly on older Android devices due to access to unsupported Java APIs (ConcurrentHashMap.getOrDefault
).