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

Bump Kotlin to 1.6.20 #1441

Merged
merged 3 commits into from Apr 2, 2022
Merged

Bump Kotlin to 1.6.20 #1441

merged 3 commits into from Apr 2, 2022

Conversation

Goooler
Copy link
Contributor

@Goooler Goooler commented Apr 1, 2022

Description

Follow up #1438.

Checklist

  • PR description added
  • tests are added
  • CHANGELOG.md is updated

In case of adding a new rule:

  • README.md is updated
  • Rule has been applied on Ktlint itself and violations are fixed

@@ -25,7 +25,7 @@ tasks
kotlinOptions {
apiVersion = "1.4"
@Suppress("SuspiciousCollectionReassignment")
freeCompilerArgs += listOf("-Xopt-in=kotlin.RequiresOptIn")
freeCompilerArgs += listOf("-opt-in=kotlin.RequiresOptIn")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w: '-Xopt-in' is deprecated and will be removed in a future release, please use -opt-in instead

@paul-dingemans paul-dingemans added this to the 0.45.2 milestone Apr 2, 2022
@paul-dingemans paul-dingemans merged commit f5cfce3 into pinterest:master Apr 2, 2022
@Goooler Goooler deleted the kt1620 branch April 2, 2022 15:21
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.

None yet

2 participants