Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gradle): Ignore dependencySources configurations during resolution #8888

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

sschuberth
Copy link
Member

@sschuberth sschuberth commented Jul 16, 2024

See 1 for how Kotlin itself ignores the resolution of dependencySources configurations. Also, Kotlin 2.0.20 will fix the issue by using detachable variants instead 2.

Fixes #8755.

See [1] for how Kotlin itself ignores the resolution of `dependencySources`
configurations. Also, Kotlin 2.0.20 will fix the issue by using
detachable vari9ants instead [2].

Fixes #8755.

[1]: JetBrains/kotlin@73b290a#diff-13384ab95f3c49314bc7e8d26b20c8981d5c514272bbd8c20130b9761be57fb6R724-R729
[2]: JetBrains/kotlin@659a6fb

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth requested a review from a team as a code owner July 16, 2024 08:11
@sschuberth
Copy link
Member Author

@wkl3nk please try if this works for you.

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.54%. Comparing base (5503c68) to head (98b42f6).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8888   +/-   ##
=========================================
  Coverage     67.54%   67.54%           
  Complexity     1166     1166           
=========================================
  Files           244      244           
  Lines          7775     7775           
  Branches        865      865           
=========================================
  Hits           5252     5252           
  Misses         2167     2167           
  Partials        356      356           
Flag Coverage Δ
funTest-docker 66.78% <ø> (ø)
funTest-non-docker 33.92% <ø> (ø)
test 37.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wkl3nk
Copy link
Contributor

wkl3nk commented Jul 16, 2024

Great. I think that will work for me.

@sschuberth sschuberth merged commit fb1f601 into main Jul 16, 2024
22 checks passed
@sschuberth sschuberth deleted the gi-ignore-dep-sources branch July 16, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kotlin 2.0 and GradleInspector: Issues with variant selection
3 participants