Version 1.15.0 (2021-02-26)
- Breaking change:
activity.showKeyboard()
andActivity.hideKeyboard(focusedView: View)
have been replaced withWindow.showSoftKeyboard()
andWindow.hideSoftKeyboard()
using theWindowInsetsControllerCompat
APIs. - Replace deprecated
systemUiVisibility
withWindowInsetsControllerCompat
. - Enable IR compiler.
- Kotlin 1.4.31.
- Coroutines 1.4.2.
- Update AndroidX and MDC.