[K/N] Replace destinationDir with destinationDirectory.

Breaking change was introduced in e9498c8.
This commit is contained in:
Sergey Bogolepov
2022-03-30 12:17:22 +03:00
parent 5d6e2b57a7
commit 9b103b35cd
@@ -209,6 +209,6 @@ task assembleWeb(type: Sync) {
}
}
from compileKotlinJs.destinationDir
from compileKotlinJs.destinationDirectory
into "${projectDir}/web"
}