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 deprecation warning for forUseAtConfigurationTime #5162

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

mgroth0
Copy link
Contributor

@mgroth0 mgroth0 commented Nov 7, 2024

forUseAtConfigurationTime is a no-op starting at Gradle 7.4, so it can safely not be used starting at this version. This will have no affect other than to prevent a deprecation warning for those using newer gradle versions.

Describe proposed changes and the issue being fixed

Fixes https://youtrack.jetbrains.com/issue/CMP-3945/The-Provider.forUseAtConfigurationTime-method-has-been-deprecated

`forUseAtConfigurationTime` is a no-op starting at Gradle 7.4, so it can safely not be used starting at this version. This will have no affect other than to prevent a deprecation warning for those using newer gradle versions.
@terrakok terrakok merged commit 2865ddd into JetBrains:master Nov 12, 2024
17 of 18 checks passed
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.

2 participants