We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#35 added suppression for using the alias to apply plugins from libs.versions.toml.
alias
libs.versions.toml
In Gradle 8.1, this workaround is no longer necessary: https://docs.gradle.org/8.1-rc-1/userguide/upgrading_version_8.html#kotlin_dsl_plugins_catalogs_workaround
Once we update to Gradle 8.1, we'll be able to remove those suppressions.
No response
The text was updated successfully, but these errors were encountered:
Hey @alexvanyo, can I work on this?
Sorry, something went wrong.
Definitely, happy to review a PR once we've updated to Gradle 8.1
Hey @alexvanyo this is my first contribution here, would love to contribute more :) Are there any other issues that I can work on?
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
#35 added suppression for using the
alias
to apply plugins fromlibs.versions.toml
.In Gradle 8.1, this workaround is no longer necessary: https://docs.gradle.org/8.1-rc-1/userguide/upgrading_version_8.html#kotlin_dsl_plugins_catalogs_workaround
Once we update to Gradle 8.1, we'll be able to remove those suppressions.
Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: