Skip to content

Commit

Permalink
update compose compiler version to 1.5.13.2/1.5.13.3 (#4798)
Browse files Browse the repository at this point in the history
compose compiler version updated to 1.5.13.2 (kotlin 1.9.23) / 1.5.13.3
(kotlin 1.9.24)

Fixes #4777

## Testing
- compose multiplatform testsuite

## Release Notes
### Highlights
#### Compose compiler
- updated to version built from google jetpack compose compiler 1.5.13
  • Loading branch information
shishkin-pavel committed May 13, 2024
1 parent 4cbc7a7 commit e90dcb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx.coroutines.version=1.8.0

#empty by default - a default version will be used
#compose.kotlinCompilerPluginVersion=23.12.18
compose.kotlinCompilerPluginVersion=1.5.13.1
compose.kotlinCompilerPluginVersion=1.5.13.3

# default|failingJs - see enum class CasesToRun
tests.casesToRun=default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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.13",
"1.9.24" to "1.5.13.1",
"1.9.23" to "1.5.13.2",
"1.9.24" to "1.5.13.3",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
"2.0.0-Beta4" to "1.5.9-kt-2.0.0-Beta4",
"2.0.0-Beta5" to "1.5.11-kt-2.0.0-Beta5",
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1
compose.tests.compiler.version=1.5.13.3
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.24
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
Expand Down

0 comments on commit e90dcb5

Please sign in to comment.