arrow-kt / arrow-analysis

Arrow Analysis Plugin
https://arrow-kt.io/docs/meta/analysis/
Apache License 2.0
28 stars 3 forks source link

Updates for Kotlin 1.8 #56

Closed serras closed 1 year ago

serras commented 1 year ago

This is ready for review. The only real change is in analysis/kotlin-plugin/src/main/kotlin/arrow/meta/AnalysisPlugin.kt, the rest of changes have been made by Spotless.

serras commented 1 year ago

Looks good, but there is some weird formatting where some calls with no args break the left and right parens with a new line in between.

Yep, unfortunately this was the only way to make Spotless happy :(