Skip to content

Commit

Permalink
build(kn-performance): use compose 1.5.10 to fix the build (#4173)
Browse files Browse the repository at this point in the history
Error: Compose Multiplatform 1.5.1 doesn't support Kotlin 1.9.20.
  • Loading branch information
antonindrawan authored Feb 5, 2024
1 parent 870b2d3 commit d6f3861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/kn-performance/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compose.version=1.5.1
compose.version=1.5.10
kotlin.version=1.9.20
org.gradle.jvmargs=-Xmx3g
kotlin.native.useEmbeddableCompilerJar=true
Expand Down

0 comments on commit d6f3861

Please sign in to comment.