Conversation
e9809b7 to
f6e8aa2
Compare
6a27263 to
15613f1
Compare
gradle.properties
Outdated
| @@ -17,7 +17,7 @@ org.gradle.dependency.verification.console=verbose | |||
| # TODO set to true after updating to Kotlin 2.2.21 or greater | |||
There was a problem hiding this comment.
We need to remove this TODO
| KOTLIN_2_3(KotlinVersion.KOTLIN_2_3, "kotlin23"), | ||
| DEFAULT(JETBRAINS_COMPILE_KOTLIN_VERSION), | ||
| LATEST(KOTLIN_2_2); | ||
| LATEST(KOTLIN_2_3); |
There was a problem hiding this comment.
Kotlin change usually breaks our TeamCity. Did we run it? If not, let's run.
There was a problem hiding this comment.
To make it green, we need to update Kotlin version in compose-multiplatform too. I'll make a PR for that.
There was a problem hiding this comment.
There was a problem hiding this comment.
We still need to run CI before merge, to avoid mid-breakages.
To do this, we need to have the same branch name in 2 repos.
There was a problem hiding this comment.
To do this, we need to have the same branch name in 2 repos.
Or just merge that PR first, also works, indeed
There was a problem hiding this comment.
There was a problem hiding this comment.
one more update in compose-multiplatform - JetBrains/compose-multiplatform#5536
compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Paint.kt
Show resolved
Hide resolved
9940b04 to
df639f1
Compare
bb1e03a to
072bb01
Compare
Fixes https://youtrack.jetbrains.com/issue/CMP-9742/Merge-Jetpack-Compose-1.11.0-alpha05
Testing
N/A
Release Notes
Migration Notes - Multiple Platforms