Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gradle] Compare resolved components ignoring versions for source sets
Source Set Visibility algorithm relies on the match between metadata dependencies resolution and platform dependencies resolution. However there is a chance that they don't match in versions. i.e. commonMain resolved into 1.0 but jvmMain got 2.0 of the same library. However this discrepancy is not correct after all. And both metadata compilations and platform compilations should see the same set of libraries. This behavior will be fixed in KT-66047 ^KT-65954 Verification Pending
- Loading branch information