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

Support kotlin 1.9.20-Beta2 #3721

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Support kotlin 1.9.20-Beta2 #3721

merged 1 commit into from
Sep 22, 2023

Conversation

eymar
Copy link
Member

@eymar eymar commented Sep 22, 2023

No description provided.

@eymar eymar requested a review from igordmn September 22, 2023 10:18
@@ -16,7 +16,8 @@ internal object ComposeCompilerCompatibility {
"1.9.0-RC" to "1.4.8-beta",
"1.9.0" to "1.5.1",
"1.9.10" to "1.5.2",
"1.9.20-Beta" to "1.5.2.1-Beta2"
"1.9.20-Beta" to "1.5.2.1-Beta2",
"1.9.20-Beta2" to "1.5.2.1-Beta3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

In the future, we should name compiler versions the same as we name main compose versions (-beta01, -beta02)

@@ -16,7 +16,8 @@ internal object ComposeCompilerCompatibility {
"1.9.0-RC" to "1.4.8-beta",
"1.9.0" to "1.5.1",
"1.9.10" to "1.5.2",
"1.9.20-Beta" to "1.5.2.1-Beta2"
"1.9.20-Beta" to "1.5.2.1-Beta2",
"1.9.20-Beta2" to "1.5.2.1-Beta3"
)

fun compilerVersionFor(kotlinVersion: String): String {
Copy link
Collaborator

Choose a reason for hiding this comment

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

We have a failed test. Does it fail before the change?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll check.
This change doesn't affect the version of the plugin used in the tests. So it's likely a flaky test/environemnt.

Copy link
Member Author

Choose a reason for hiding this comment

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

rerun helped :|

@eymar eymar merged commit 393cfdd into master Sep 22, 2023
6 checks passed
@eymar eymar deleted the eymar-patch-1 branch September 22, 2023 13:37
eymar added a commit that referenced this pull request Sep 25, 2023
(cherry picked from commit 393cfdd)
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