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 compiler version to 1.5.13 #4770

Merged
merged 4 commits into from May 7, 2024

Conversation

shishkin-pavel
Copy link
Collaborator

@shishkin-pavel shishkin-pavel commented May 7, 2024

compose compiler version updated

Testing

  • compose multiplatform testsuite

Release Notes

Highlights

Compose compiler

  • updated to version built from google jetpack compose compiler 1.5.13

@@ -10,7 +10,7 @@ dev.junit.parallel=false
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.10-dev1590
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.10.2
compose.tests.compiler.version=1.5.12
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.23
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems it should be 1.9.24

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@igordmn igordmn self-requested a review May 7, 2024 11:44
@@ -23,7 +23,8 @@ internal object ComposeCompilerCompatibility {
"1.9.20" to "1.5.3",
"1.9.21" to "1.5.4",
"1.9.22" to "1.5.8.1",
"1.9.23" to "1.5.10.2",
"1.9.23" to "1.5.12",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it expected that 1.5.12 will be used for kotlin 1.9.23? Or is it an accidental change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

jetpack compose 1.5.12 is compatible with 1.9.23, so it is probably a good thing to have our 1.5.12 compatible with it also
https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
also, Ive noted that 1.5.13 is up, so probably we should abandon these pulls and support 1.5.13 for both 1.9.23 and 1.9.24?

@@ -23,7 +23,8 @@ internal object ComposeCompilerCompatibility {
"1.9.20" to "1.5.3",
"1.9.21" to "1.5.4",
"1.9.22" to "1.5.8.1",
"1.9.23" to "1.5.10.2",
"1.9.23" to "1.5.13",
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks suspicious. Usually one version of compose compiler supports only one version of kotlin.
Or did you disable the version checker in the Compose Compiler plugin code?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

you are definitely right, fixed

@shishkin-pavel shishkin-pavel changed the title update compose compiler version to 1.5.12 update compose compiler version to 1.5.13 May 7, 2024
@shishkin-pavel shishkin-pavel merged commit b6e7ba7 into master May 7, 2024
12 checks passed
@shishkin-pavel shishkin-pavel deleted the shish/compiler-integration/1.5.12 branch May 7, 2024 15:44
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

4 participants