-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gradle] Add archivesTaskOutputAsFriendModule flag
This flag should disable redundant logic in Friends Artifacts Reolver that adds Kotlin Target's archive file as a friend path to associated compialtions. It should be enough to just use compiler outputs. But this change requires proper migration. Enable this flag for kotlin-stdlib as it's associated compilations contribute to archives task. This should break cyclic dependency. ^KT-58280
- Loading branch information
1 parent
ae44265
commit 1b0ab7d
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
kotlin.internal.suppressGradlePluginErrors=PreHMPPFlagsError | ||
kotlin.mpp.enableCompatibilityMetadataVariant=true | ||
kotlin.internal.mpp.createDefaultMultiplatformPublications=false | ||
kotlin.internal.mpp.createDefaultMultiplatformPublications=false | ||
kotlin.internal.archivesTaskOutputAsFriendModule=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters