Hello, I am trying to find old version of kotlin d...
# getting-started
p
Hello, I am trying to find old version of kotlin documentation (specifically, 1.6.21) but I can’t find it anywhere. Does any one has a hint on where I can find it ?
p
Thx
Didn’t think about web archive. quite obvious, when you think about it...
e
I also found the web archive, but in the case of smaller (compiler) releases like e.g. 1.6.21 most info can be found in a earlier (compiler/language) release such as 1.6.20 or 1.6 (for API) in the regular web site. API (select the version in the upper right tab 1.6) Release notes For the specific compiler updates of 1.6.21: Github
v
@ewald comhaire that works for the api docs, but for the normal documentation there is no such switch. As far as I have seen only the latest version is published, hence the web archive link
e
True, but I noticed that many links I clicked on the archived version were not archived. The examples are not always updated (e.g. with new functions) and then in the end, the API documentation and fixed issues and release notes were the most accurate info. What particular info were you looking for?