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

ktlint 1.0 #324

Merged
merged 1 commit into from
Oct 25, 2023
Merged

ktlint 1.0 #324

merged 1 commit into from
Oct 25, 2023

Conversation

JakeWharton
Copy link
Collaborator

and its terrible function naming rule that doesn't honor Compose conventions!

Closes #322

and its terrible function naming rule that doesn't honor Compose conventions!
@@ -36,8 +36,8 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet.Companion.COMMON_MAIN_
import org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact
import org.jetbrains.kotlin.gradle.plugin.SubpluginOption

private const val extensionName = "molecule"
private const val moleculeRuntime = "app.cash.molecule:molecule-runtime:$moleculeVersion"
private const val EXTENSION_NAME = "molecule"
Copy link
Contributor

Choose a reason for hiding this comment

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

Java called...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JakeWharton JakeWharton enabled auto-merge (squash) October 25, 2023 15:38
@JakeWharton JakeWharton merged commit 0212a70 into trunk Oct 25, 2023
1 check passed
@JakeWharton JakeWharton deleted the jw.ktlint.2023-10-25 branch October 25, 2023 16:27
ktlint = "com.pinterest:ktlint:0.50.0"
ktlint = "com.pinterest.ktlint:ktlint:1.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be "com.pinterest.ktlint:ktlint-cli:1.0.1" for now, see https://github.com/pinterest/ktlint/releases/tag/1.0.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Want to send a PR?

Copy link
Contributor

Choose a reason for hiding this comment

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

It's #325.

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.

3 participants