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.10.2 #1287

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.1
jetbrains.compose.compiler.version=1.5.10.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
Loading