diff --git a/kotlin-native/tools/benchmarksAnalyzer/build.gradle b/kotlin-native/tools/benchmarksAnalyzer/build.gradle index 9360125b53d..68a68bf520f 100644 --- a/kotlin-native/tools/benchmarksAnalyzer/build.gradle +++ b/kotlin-native/tools/benchmarksAnalyzer/build.gradle @@ -209,6 +209,6 @@ task assembleWeb(type: Sync) { } } - from compileKotlinJs.destinationDir + from compileKotlinJs.destinationDirectory into "${projectDir}/web" }