diff --git a/kotlin-native/build.gradle b/kotlin-native/build.gradle index bf3d459c1d0..517cd4b8db4 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -565,7 +565,7 @@ configure([bundleRegular, bundlePrebuilt]) { dependsOn("crossDistEndorsedCache") dependsOn("distSources") dependsOn("distDef") - from(project.rootDir) { + from(project.projectDir) { include 'RELEASE_NOTES.md' into baseName }