Skip to content

Commit 7ac7b05

Browse files
committed
fix: removed unnecessary dependency on org.jetbrains.kotlinx:kotlinx-benchmark-runtime
It's only required for the tests, but imported into the main source set.
1 parent d7bfe41 commit 7ac7b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incremental/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ kotlin {
2929
implementation(kotlin("stdlib-common"))
3030
implementation(libs.kotlin.logging)
3131
implementation(libs.kotlin.coroutines.core)
32-
implementation(libs.kotlin.benchmark.runtime)
3332
api(project(":dependency-tracking"))
3433
}
3534
}
@@ -38,6 +37,7 @@ kotlin {
3837
implementation(libs.kotlin.coroutines.test)
3938
implementation(kotlin("test-common"))
4039
implementation(kotlin("test-annotations-common"))
40+
implementation(libs.kotlin.benchmark.runtime)
4141
}
4242
}
4343
val jvmMain by getting {

0 commit comments

Comments
 (0)