tnorbye / kdoc-formatter

Reformats Kotlin KDoc comments, reflowing text and other cleanup, both via IDE plugin and command line utility
Apache License 2.0
73 stars 2 forks source link

1.6.2: Update plugin compatibility with 2024.1. #96

Closed tnorbye closed 9 months ago

tnorbye commented 9 months ago

This fixes https://github.com/tnorbye/kdoc-formatter/issues/94 and I also had to rewrite the options UI because it was using an older version of the Option DSL which has been deleted.

(Also updated dependencies, including ktfmt to 0.17 which resulted in some formatting changes.)