Closed serras closed 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.
analysis/kotlin-plugin/src/main/kotlin/arrow/meta/AnalysisPlugin.kt
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 :(
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.