1.0.0-beta03
SageDroid
released this
18 Feb 17:24
·
121 commits
to master
since this release
Changelog
All
- Updated kotlin to 1.8.10
nanokt
- Added
Map.forEachCompat
- Added
MutableCollection.removeIfAndGet
- Added
Int.isFlagSet
- Added
Int.addFlag
- Added
Int.removeFlag
- Added
Int.getBitFlags
- Added
Long.isFlagSet
- Added
Long.addFlag
- Added
Long.removeFlag
- Added
Long.getBitFlags
nanokt-jvm
- Added extensions for
java.lang.reflect.Field
nanokt-android
- [Breaking] Methods that were previously annotated with
@RestrictTo(RestrictTo.Scope.LIBRARY)
are now internal. - Added
Context.defaultSharedPreferences
- Added
Intent.startActivity
- Added
Intent.startActivityCatching
- Added
Message.use
nanokt-android-threads
- [Breaking] Methods that were previously annotated with
@RestrictTo(RestrictTo.Scope.LIBRARY)
are now internal.