You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/PropertiesProvider.kt
+4
Original file line number
Diff line number
Diff line change
@@ -601,6 +601,9 @@ internal class PropertiesProvider private constructor(private val project: Proje
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/mpp/compilationImpl/KotlinCompilationFriendPathsResolver.kt
0 commit comments