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 e5cbc4c commit 719f860Copy full SHA for 719f860
plugin/main/src/kotlinx/benchmark/gradle/JsMultiplatformTasks.kt
@@ -30,8 +30,8 @@ private fun Project.createJsBenchmarkCompileTask(target: JsBenchmarkTarget): Kot
30
sourceSet.dependencies {
31
implementation(compilation.compileDependencyFiles)
32
implementation(compilation.output.allOutputs)
33
- implementation(npm("benchmark"))
34
- runtimeOnly(npm("source-map-support"))
+ implementation(npm("benchmark", "*"))
+ runtimeOnly(npm("source-map-support", "*"))
35
}
36
compileKotlinTask.apply {
37
group = BenchmarksPlugin.BENCHMARKS_TASK_GROUP
0 commit comments