Skip to content

Commit

Permalink
update compose compiler version to 1.5.13 (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin-pavel authored May 13, 2024
1 parent 0f2c1b6 commit f56628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kotlin.mpp.import.enableKgpDependencyResolution=true

# We prefer to build compose-core libs using our published compose compiler plugin
# Compatible versions: https://github.com/JetBrains/compose-multiplatform/blob/master/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt
jetbrains.compose.compiler.version=1.5.13
jetbrains.compose.compiler.version=1.5.13.2

# Compose Multiplatform doesn't have its own implementation for Android target.
# When user adds a dependency on `org.jetbrains.compose.*` in Android target, in fact `android.compose` is used.
Expand Down

0 comments on commit f56628b

Please # to comment.