diff --git a/kotlin-native/build.gradle b/kotlin-native/build.gradle index abac9edfe81..d3a40ee5a7b 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -555,6 +555,9 @@ task bundlePrebuilt(type: (isWindows()) ? Zip : Tar) { } from(project.projectDir) { include 'licenses/**' + if (!isMac()) { + exclude '**/xcode_license.pdf' + } into archiveBaseName } }