Skip to content

KTX 1.9.8-b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@czyzby czyzby released this 27 Jul 17:56
· 700 commits to master since this release

Maintenance release with notable dependencies updates and ktx-collections unit tests refactoring.


  • [UPDATE] Updated to Kotlin 1.2.51.
  • [UPDATE] Updated to Kotlin Coroutines 0.24.0.
  • [UPDATE] Updated to Dokka 0.9.17.
  • [UPDATE] Updated to Gradle 4.9.
  • [CHANGE] (ktx-async) KtxAsync.asynchronous is now inlined. The action lambda is cross-inlined to avoid excessive object creation.