Skip to content

1.3.0

Latest

Choose a tag to compare

@SageDroid SageDroid released this 11 Aug 23:03
1.3.0
990e6f1

Changelog

All

  • Update Kotlin to 2.2.0

nanokt

  • [Breaking] Fix incorrect contract declarations in runSilent, runSilentAndGet, applySilent and alsoSilent. Note: In practice, this change should not make any difference, as relying on the incorrect contract declaration would have led to runtime errors in most cases anyway.
  • Improve KDoc documentation
  • Deprecate CharSequence.isEmptyOrBlank and CharSequence.isNotEmptyOrBlank

nanokt-android

  • Update compile SDK to 35 (Android 15)
  • Add MutableList.removeFirstCompat
  • Add MutableList.removeLastCompat
  • Add new Context service extensions for Android 15