Browse Source

build(kn-performance): use compose 1.5.10 to fix the build (#4173)

Error: Compose Multiplatform 1.5.1 doesn't support Kotlin 1.9.20.
pull/4239/head v1.6.0-dev1409
antonindrawan 3 months ago committed by GitHub
parent
commit
d6f3861286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      benchmarks/kn-performance/gradle.properties

2
benchmarks/kn-performance/gradle.properties

@ -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

Loading…
Cancel
Save