I don’t want to steal dokka officials their thunder but I am so hyped that version
1.4.30
is release. 🎉 So much nice stuff in there.
🎉 3
Lukas K-G
03/16/2021, 7:03 AM
Some personal highlights for me are
• @hide annotation support for Java - Android (and the fix of @suppress for Kotlin)
•
suppressObviousFunctions
to hide
equals
,
toString
etc.
•
separateInheritedMembers
to put inherited members in a separate tab. Very useful for e.g. Android views that are very crowded otherwise (edit: was in 1.4.20 already it seems)
• The logo is now a link to the home page
Does anyone know if there are some official release notes somewhere?