Open
Description
Currently, the docs page only shows the docs for the latest, sometimes unstable, version:
E.g. at the time of creating the issue, this page shows docs for the version 1.6.0-RC2-SNAPSHOT
.
https://kotlin.github.io/kotlinx.coroutines/
This is not very helpful, as release candidates can contain significant changes (extensions) of the API and deprecations.
The initial intention of anyone reading the docs is to read them for a specific version, e.g. for the version on which their project depends.
Most documentation solutions either allow to choose a specific version from a dropdown, or at least contain it in the URL of the page.