Skip to content

Commit 89fde29

Browse files
committed
Update minsupportedGradle version to 7.6.3
1 parent f6bffdc commit 89fde29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
`kotlinx-benchmark` is a toolkit for running benchmarks for multiplatform code written in Kotlin.
1111
It is designed to work with Kotlin/JVM, Kotlin/JS, Kotlin/Native, and Kotlin/WasmJs (experimental) targets.
1212

13-
To get started, ensure you're using Kotlin 2.0.0 or newer and Gradle 7.4 or newer.
13+
To get started, ensure you're using Kotlin 2.0.0 or newer and Gradle 7.6.3 or newer.
1414
However, because the Kotlin/WasmJs target is experimental and in an active development phase, it guarantees support
1515
only for the specific Kotlin version used to build the library. For the latest version, this is Kotlin 2.0.20.
1616

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jmh = "1.21"
1010
gradle-pluginPublish = "0.21.0"
1111

1212
# Note: This version can be overridden by passing `-Pmin_supported_gradle_version=<version>`
13-
minSupportedGradle = "7.4"
13+
minSupportedGradle = "7.6.3"
1414
minSupportedKotlin = "2.0.0"
1515

1616
[libraries]

0 commit comments

Comments
 (0)