-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Compose 1.5 #195
Conversation
Nice, I hope contributor will accept it |
@adrielcafe please check it out! Also, a new RC with the changes already merged would be great. |
I would also like to ask @adrielcafe to inspect this request. I am unable to use transitions at this time due to this issue. Thanks! |
|
@hellaandrew , @gkiss01
|
Thanks again for your contribution @Syer10 ❤️ |
…ted dependencies * Add compose multiplatform support to voyager-koin (adrielcafe#159) * Update hilt version to 2.46.1 (adrielcafe#162) Co-authored-by: Adriel Café <[email protected]> * Update to Compose 1.5 (adrielcafe#195) * Update to Compose 1.5 * Fix sample * Fix bottom sheet navigator * Remove test function * Fix RxJava multiplatform * Runtime saveable is now added by default * Remove accidental change * Update other dependencies * Fix runtimeSaveable * chore: bump dependencies * feat: add sheetGesturesEnabled param * chore: fix lint * chore: update to java 17 on release workflow * fix AndroidScreenLifecycleOwner.kt merge * sheet hidden fix * return true * update kotlin and compose versions to latest --------- Co-authored-by: florian schoeberl <[email protected]> Co-authored-by: Aftab Ahmad <[email protected]> Co-authored-by: Adriel Café <[email protected]> Co-authored-by: Mitchell Syer <[email protected]>
* Update to Compose 1.5 * Fix sample * Fix bottom sheet navigator * Remove test function * Fix RxJava multiplatform * Runtime saveable is now added by default * Remove accidental change * Update other dependencies * Fix runtimeSaveable
Closes #192
Closes #182
Closes #191
Koin was annoying because its dependency configuration is broken, it expects 1.4.3, and only 1.4.3, I was able to exclude its Compose dependency and swap it for 1.5 manually