When is the revamped API reference going to become...
# kotlin-website
k
When is the revamped API reference going to become the default? The current API reference site is a bit buggy - for example, see my previous question, and here's a new one: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm.optionals/java.util.-optional/ contains misleading documentation about an extension called
Any()
- in fact the extension name should be
getOrDefault
. The revamped website shows it correctly.
n
Thank you for the feedback kodee loving We aim to make it the default version by 2.1.0 release. It requires some work to iterate on the feedback we received and add missing parts on mobile screens.