What's Changed
- Improves legibility of
Compatible.keyFor
,NamedScreen
,Named
. by @rjrjr in #1113 - Forgot to re-deprecate a couple of pre-Overlay things. by @rjrjr in #1118
- BREAKING CHANGE: Makes
BackStackScreen<*>
practical by @rjrjr in #1121 - Updates: Gradle 8.4; AGP 8.1.2; Java 17; Remove Kotlin DSL Plugin Use by @steve-the-edwards in #1122
- Update Kotlin 1.9 (and friends) by @steve-the-edwards in #1123
- Update dependency androidx.recyclerview:recyclerview to v1.3.2 by @renovate in #1127
- Let Kotlin determine correct simulator by @steve-the-edwards in #1129
The changes to BackStackScreen
et al require that com.squareup.workflow1.ui.container.plus
be imported for use.
Full Changelog: v1.12.1-beta01...v1.12.1-beta02