Changelog
All
- Update Kotlin to 2.2.0
nanokt
- [Breaking] Fix incorrect contract declarations in
runSilent,runSilentAndGet,applySilentandalsoSilent. 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.isEmptyOrBlankandCharSequence.isNotEmptyOrBlank
nanokt-android
- Update compile SDK to 35 (Android 15)
- Add
MutableList.removeFirstCompat - Add
MutableList.removeLastCompat - Add new Context service extensions for Android 15