Skip to content

v1.3.2

Choose a tag to compare

@Artemonim Artemonim released this 05 Jul 20:59
· 54 commits to dev since this release

Fixed

  • Kotlin Header Preservation: Fixed a bug where multi-line block comments (/** ... */) in Kotlin files were not correctly preserved, leading to malformed docstrings. The header parsing logic now correctly identifies and preserves these comment blocks. (Fixes #9)