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

Kotlin 1.7 and Compose compiler 1.2.0 #182

Merged
merged 2 commits into from
Jun 30, 2022
Merged

Kotlin 1.7 and Compose compiler 1.2.0 #182

merged 2 commits into from
Jun 30, 2022

Conversation

hrach
Copy link
Contributor

@hrach hrach commented Jun 30, 2022

No description provided.

@hrach hrach added the chore Maintanance update label Jun 30, 2022
@hrach hrach requested a review from a team as a code owner June 30, 2022 20:51
@@ -81,7 +81,7 @@ android {
kotlinter {
reporters = arrayOf("json")
experimentalRules = true
disabledRules = arrayOf("experimental:trailing-comma") // https://github.com/pinterest/ktlint/issues/1367 ?
disabledRules = arrayOf("trailing-comma") // https://github.com/pinterest/ktlint/issues/1367 ?
Copy link
Contributor

Choose a reason for hiding this comment

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

Issue still not fixed?

Copy link
Contributor Author

@hrach hrach Jun 30, 2022

Choose a reason for hiding this comment

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

Still not.
I'll drop the link because not sure what the issue is.
Currently it may get fixed by this jeremymailen/kotlinter-gradle#265
But I'm not convinced it is a cache issue.

@hrach hrach enabled auto-merge June 30, 2022 21:03
@hrach hrach added this to the Q2/2022 milestone Jun 30, 2022
@hrach hrach merged commit e5a0cb3 into main Jun 30, 2022
@hrach hrach deleted the kotlin-1.7 branch June 30, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintanance update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants