Hey team the <kotlin.Result> class seems to have ...
# kontributors
r
Hey team the kotlin.Result class seems to have no class description documentation attached (the methods are documented). I checked the source code and it looks like it encapsulates the idea of getting a value or getting some exception (like IOException while getting data from a database). Would it be a good idea to file an issue and add say, for example, example code snippets and a description on how to use it? Or is that unnecessary?
i
Hi, the
Result
class has documentation in the source code (https://github.com/JetBrains/kotlin/blob/1.5.0/libraries/stdlib/src/kotlin/util/Result.kt#L17-L18), but for some reason it doesn't get to the documentation on the web site. Most likely it's some problem in dokka, the tool we use to generate documentation.