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 ccc3557 commit 18c7076Copy full SHA for 18c7076
benchmark/build.gradle.kts
@@ -30,12 +30,8 @@ kotlin {
30
if (HostManager.hostIsMingw) mingwX64("native") { configureTarget() }
31
if (HostManager.hostIsMac) macosX64("native") { configureTarget() }
32
33
- sourceSets {
34
- sourceSets["commonMain"].apply {
35
- dependencies {
36
- implementation(project(":"))
37
- implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
38
- }
39
+ sourceSets["commonMain"].dependencies {
+ implementation(project(":"))
+ implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
40
}
41
0 commit comments