[K/N][performance] Fix build

This commit is contained in:
Alexander Shabalin
2024-02-26 10:25:50 +01:00
committed by Space Team
parent 2f64a878e4
commit edf05b69ac
@@ -164,7 +164,7 @@ abstract class BenchmarkingPlugin: Plugin<Project> {
kotlin.targetFromPreset(hostPreset, NATIVE_TARGET_NAME) {
compilations.named("main").configure {
compileTaskProvider.configure {
compilerOptions.freeCompilerArgs.set(benchmark.compilerOpts + project.compilerArgs)
compilerOptions.freeCompilerArgs.addAll(benchmark.compilerOpts + project.compilerArgs)
}
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.5")