-
Notifications
You must be signed in to change notification settings - Fork 73
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 kotlin monorepo to v1.8.20 #889
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
|
||
@Serializable | ||
@ObjCName("FlowWithInitialValue", exact = true) | ||
public data class FlowWithInitialValue<T>( |
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.
This class causes an internal compiler issue in 1.8.20
. Fortunately the next Zipline release will include the StateFlow
support so we can delete this as part of the upgrade.
Tested with a local 1.8.20 build of Zipline and this PR is good to go once there's a public Zipline release with 1.8.20 support. |
Let's do that Monday first thing |
@JakeWharton There are a couple test failures on the Zipline PR that prevent merging it unfortunately ( |
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.
So much nicer. Does this also resolve #742 in its entirety?
It does! 🙌 |
* trunk: Ensure children lambda type returns Unit (#932) Respect event type nullability (#931) Update kotlin monorepo to v1.8.20 (#889) No default for embedded Zipline code (#926) Annotate schema properties, not parameters (#924) Propagate network failures in Emoji Search (#927) Cancel HTTP call on coroutine cancellation in Emoji Search (#928) Remove empty lambda from jvm target declaration (#925) Add LazyListScope#itemsIndexed (#917) Parse and generate deprecations from the schema (#922) Add LazyListScope#items(Array<T>, …) and LazyListScope#itemsIndexed(Array<T>, …) (#918) Add LazyListScope#item (#916) Expose the host's safe area insets in HostConfiguration. (#913) Move LazyListScope to LazyDsl.kt (#915) Update jbCompose to v1.4.0 (#904) Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.2 (#914) Update dependency com.android.tools.lint:lint to v31 (#911) Build treehouse-lazylayout-compose on all platforms (#909) Add instructions for building the Counter app for iOS/Android. (#906)
Resolves #742, resolves #893
This PR contains the following updates:
1.8.10
->1.8.20
1.8.10
->1.8.20
1.8.10
->1.8.20
1.8.10
->1.8.20
1.8.10
->1.8.20
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.