I'm wondering if there are plans to implement @value Javadoc tag not handled by Dokka/KDoc. As a library owner, it would let me write easier-to-read KDoc, without making the user click too much
CC @Vampire
o
Oleg Yukhnevich
02/12/2025, 10:29 AM
Hey! There are no plans to add support for more kdoc tags at this moment. The issue you've mentioned is about supporting
@value
tag from Javadoc (not inside kdoc)
for kdoc support, there is another issue here