-
Notifications
You must be signed in to change notification settings - Fork 80
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
lifecycle 2.9.0-alpha08 #1743
base: integration
Are you sure you want to change the base?
lifecycle 2.9.0-alpha08 #1743
Conversation
Builds are fail because
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that build fails not only because kotlin version:
e: lifecycle/lifecycle-viewmodel-savedstate/src/commonMain/kotlin/androidx/lifecycle/SavedStateHandleSupport.kt:64:18 Unresolved reference: SavedState
e: lifecycle/lifecycle-viewmodel-savedstate/src/commonMain/kotlin/androidx/lifecycle/SavedStateHandleSupport.kt:102:23 Not enough information to infer type variable T
e: lifecycle/lifecycle-viewmodel-savedstate/src/commonMain/kotlin/androidx/lifecycle/SavedStateHandleSupport.kt:152:32 Unresolved reference: SavedState
ab
because it requires Savedstate update, yes. I will rebase it after |
…le-runtime, lifecycle-viewmodel, lifecycle-viewmodel-savedstate with AOSP 2.9.0-alpha08 version. AOSP commit: 46295bc
…androidx in lifecycle modules.
…thods with core.Bundle
This change replaces `bundleOf` with `savedState` to save state in `SavedStateHandle`.
b7c9a34
to
82888b4
Compare
Well, the MR is ready and waits a solution to the klib abi version problem. |
Apply lifecycle 2.9.0-alpha08 from AOSP (commit
46295bc0b75a16f452e8e0090e8de41073d4dbb6
)Release Notes
N/A