Skip to content

Commit

Permalink
Match compose compiler with updated Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Apr 18, 2024
1 parent 90fee82 commit 88ae740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MultiplatformDemo/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

// https://maven.google.com/web/index.html?q=compiler#androidx.compose.compiler:compiler
val compose_compiler_version = "1.5.2" // Kotlin 1.9.0
val compose_compiler_version = "1.5.3" // Kotlin 1.9.10
// https://maven.google.com/web/index.html?q=ui#androidx.compose.ui:ui
val compose_ui_version = "1.6.5"

Expand Down
2 changes: 1 addition & 1 deletion MultiplatformDemoWithSync/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

// https://maven.google.com/web/index.html?q=compiler#androidx.compose.compiler:compiler
val compose_compiler_version = "1.5.2"
val compose_compiler_version = "1.5.3"
// https://maven.google.com/web/index.html?q=ui#androidx.compose.ui:ui
val compose_ui_version = "1.6.5"

Expand Down

0 comments on commit 88ae740

Please sign in to comment.