Skip to content

Commit 3af2e8f

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Rename kotlin example project to kotlin-jvm-separate-benchmark-source-set
1 parent 0dc32ec commit 3af2e8f

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ apiValidation {
9999
ignoredProjects += listOf(
100100
"examples",
101101
"java",
102-
"kotlin",
102+
"kotlin-jvm-separate-benchmark-source-set",
103103
"kotlin-kts",
104104
"kotlin-multiplatform",
105105
"integration",

docs/separate-benchmark-source-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Set up a separate benchmark source set by following these simple steps:
112112
Place your benchmark code into the benchmark source set.
113113
Refer to our [writing benchmarks guide](writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
114114
115-
[Here is a sample Kotlin/JVM project](/examples/kotlin) with custom source set for benchmarks.
115+
[Here is a sample Kotlin/JVM project](/examples/kotlin-jvm-separate-benchmark-source-set) with custom source set for benchmarks.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ include(":integration")
3434
include(":examples")
3535
include(":examples:kotlin-multiplatform")
3636
include(":examples:java")
37-
include(":examples:kotlin")
37+
include(":examples:kotlin-jvm-separate-benchmark-source-set")
3838
include(":examples:kotlin-kts")

0 commit comments

Comments
 (0)