I wish there was a better way to document these th...
# gradle
j
I wish there was a better way to document these things. One of the problems is that I rely heavily on reading source code of the library I'm working with to understand what to do. Kotlin obscures this a bit with the extention methods because they aren't directly on the object so you can't look at the internals of the class. I also wish intellij would decompile the internals of compiled kotlin methods.