Hi all, does anyone know where I can find official...
# library-development
r
Hi all, does anyone know where I can find official documentation for Kotlin's public API mode? There's various unofficial guides, a KEEP and it is referenced in some release notes, but I can't seem to find a official documentation page.
z
I think this is the best as far as official documentation goes https://kotlinlang.org/docs/whatsnew14.html#explicit-api-mode-for-library-authors And there’s the KEEP in addition to that https://github.com/Kotlin/KEEP/blob/master/proposals/explicit-api-mode.md
r
Yeah I saw those, I just find it a bit odd that there's nothing in the actual docs and was wondering if I just don't Google good enough.
z
I think the “what’s new” pages often count as the actual docs for smaller things, at least that’s been my experience.
i