Skip to content

Commit 8a151db

Browse files
author
Abduqodiri Qurbonzoda
committed
fixup! Introduce docs/kotlin-jvm-project-setup.md
1 parent 6556161 commit 8a151db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
`kotlinx-benchmark` is a toolkit for running benchmarks for multiplatform code written in Kotlin.
1212
It is designed to work with Kotlin/JVM, Kotlin/JS, Kotlin/Native, and Kotlin/Wasm (experimental) targets.
13+
1314
To get started, ensure you're using Kotlin 1.9.20 or newer and Gradle 7.4 or newer.
1415

1516
## Features
@@ -50,7 +51,7 @@ To get started, ensure you're using Kotlin 1.9.20 or newer and Gradle 7.4 or new
5051
## Setting Up a Kotlin Multiplatform Project for Benchmarking
5152

5253
To configure a Kotlin Multiplatform project for benchmarking, follow the steps below.
53-
If you want to benchmark Kotlin/JVM or Java code, you may refer to our [comprehensive guide](docs/kotlin-jvm-project-setup.md)
54+
If you want to benchmark only Kotlin/JVM and Java code, you may refer to our [comprehensive guide](docs/kotlin-jvm-project-setup.md)
5455
dedicated to setting up benchmarking in those specific project types.
5556

5657
<details open><summary>Kotlin DSL</summary>

0 commit comments

Comments
 (0)