We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe82cc4 commit fb41d14Copy full SHA for fb41d14
examples/kotlin-multiplatform/build.gradle.kts
@@ -5,7 +5,7 @@ import kotlinx.benchmark.gradle.JsBenchmarksExecutor
5
6
plugins {
7
kotlin("multiplatform")
8
- kotlin("plugin.allopen") version "1.8.21"
+ kotlin("plugin.allopen") version "1.9.0"
9
id("org.jetbrains.kotlinx.benchmark")
10
}
11
0 commit comments