From 9b103b35cd92db8850144edcb159fe75d4a1572e Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Wed, 30 Mar 2022 12:17:22 +0300 Subject: [PATCH] [K/N] Replace destinationDir with destinationDirectory. Breaking change was introduced in e9498c8. --- kotlin-native/tools/benchmarksAnalyzer/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }