We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bfe41 commit 7ac7b05Copy full SHA for 7ac7b05
incremental/build.gradle.kts
@@ -29,7 +29,6 @@ kotlin {
29
implementation(kotlin("stdlib-common"))
30
implementation(libs.kotlin.logging)
31
implementation(libs.kotlin.coroutines.core)
32
- implementation(libs.kotlin.benchmark.runtime)
33
api(project(":dependency-tracking"))
34
}
35
@@ -38,6 +37,7 @@ kotlin {
38
37
implementation(libs.kotlin.coroutines.test)
39
implementation(kotlin("test-common"))
40
implementation(kotlin("test-annotations-common"))
+ implementation(libs.kotlin.benchmark.runtime)
41
42
43
val jvmMain by getting {
0 commit comments