is there any offline documentation for kotlin, like offline java api documentation . i am still new
2 Likes
Not that I know of but it would be great. If you happen to create an issue on Kotlin’s Youtrack you’ll get my support.
For now I’m afraid only a mirroring using something like wget would work…
There are also some more convoluted ways using the official docs repo: GitHub - JetBrains/kotlin-web-site: The Kotlin programming language website (careful some doc like the coroutines one is on another repo)