kotlin-toolkit
kotlin-toolkit copied to clipboard
Android 15 Considerations
Describe the bug
Considerations if targeting the Android 15 API.
- MemoryObserver uses a couple of constants from ComponentCallbacks2 that are being deprecated.
-
mutableListOf.removeLast()seems to require API level 35? Might be a bug with Android SDK. - Check for any behavior issues on a device running Android 15.
- Check for any behavior issues when targeting Android 15. For example, insets and edge-to-edge.
How to reproduce?
N/A
Readium version
3.0.0-beta2
Android API version
35
Additional context
No response