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 a9a1dc3 commit 1ebd14eCopy full SHA for 1ebd14e
plugin/build.gradle.kts
@@ -58,7 +58,7 @@ gradlePlugin {
58
59
plugins {
60
register("benchmarkPlugin") {
61
- id = "io.github.fzhinkin.benchmark"//"org.jetbrains.kotlinx.benchmark"
+ id = "org.jetbrains.kotlinx.benchmark"
62
implementationClass = "kotlinx.benchmark.gradle.BenchmarksPlugin"
63
displayName = "Gradle plugin for benchmarking"
64
description = "Toolkit for running benchmarks for multiplatform Kotlin code."
0 commit comments