Skip to content
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 compose version and kotlin #693

Merged

Conversation

KovalevAndrey
Copy link
Collaborator

@KovalevAndrey KovalevAndrey commented Apr 12, 2024

Description

Updated compose, compose compiler and kotlin

Checklist

  • I've updated CHANGELOG.md if required.
  • I've updated the documentation if required.

Comment on lines +15 to +24
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableLongStateOf` instead of `mutableStateOf`"
errorLine1=" var lastToastClickTime by remember { mutableStateOf(0L) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/sandbox/client/blocker/BlockerExampleNode.kt"
line="98"
column="46"/>
</issue>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe is worth fixing Autoboxing lint issues.

@KovalevAndrey KovalevAndrey merged commit 059d988 into bumble-tech:1.x Apr 15, 2024
5 checks passed
@KovalevAndrey KovalevAndrey deleted the 1.x-update-compose-kotlin branch April 15, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants