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

Set kotlin dev version to 1.6.20-M1 #1438

Merged
merged 4 commits into from Mar 24, 2022

Conversation

paul-dingemans
Copy link
Collaborator

Description

Set Kotlin dev version to 1.6.20-M1

Closes #1436

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

@@ -15,7 +15,7 @@ repositories {
// Pass '-PkotlinDev' to command line to enable kotlin-in-development version
val kotlinVersion = if (project.hasProperty("kotlinDev")) {
logger.warn("Enabling kotlin dev version!")
"1.6.0"
"1.6.20-M1"
Copy link
Contributor

Choose a reason for hiding this comment

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

buildSrc/build.gradle.kts Outdated Show resolved Hide resolved
buildSrc/build.gradle.kts Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@romtsn romtsn merged commit 7487b47 into pinterest:master Mar 24, 2022
@Goooler Goooler mentioned this pull request Apr 1, 2022
5 tasks
@paul-dingemans paul-dingemans modified the milestones: 0.46.0, 0.45.2 Apr 2, 2022
@paul-dingemans paul-dingemans deleted the 1436-kotlin-dev-1.6.20-M1 branch April 7, 2022 17:47
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.

Support context receivers
3 participants