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

Fix compose compiler update warning #849

Closed
wants to merge 2 commits into from

Conversation

linhpha
Copy link
Collaborator

@linhpha linhpha commented May 16, 2024

When update compose compiler plugin to 1.5.14, we're running into this error:

w:  `suppressKotlinVersionCompatibilityCheck` is set to the same version of Kotlin that the Compose Compiler was already expecting (Kotlin 1.9.24), and thus has no effect and should be removed.

PR removes the suppressKotlinVersionCompatibilityCheck to fix the warning. I tested by building the app locally

Copy link
Collaborator

@ZacSweers ZacSweers left a comment

Choose a reason for hiding this comment

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

@linhpha below the compose compiler version def in libs.versions.toml there's a key to specify which kotlin version it targets, we should update that instead (in this case to 1.9.24). This'll all go away in K2 anyway though fortunately

@linhpha linhpha closed this May 22, 2024
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.

None yet

2 participants