Skip to content

Commit

Permalink
Update compose compiler version for kotlin 1.9.23 (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed May 15, 2024
1 parent 844e01e commit 8f929c7
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.2
jetbrains.compose.compiler.version=1.5.13.5

# 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 8f929c7

Please sign in to comment.