Is there a way to make documentation available to ...
# kotlin-native
s
Is there a way to make documentation available to a swift/objc framework? e.g:
Copy code
/**
 * Some documentation
 *
 * blablabla
 */
object SomeObject : SomeObjectFacade() {
   ...
}
nvm, found my own answer: https://youtrack.jetbrains.com/issue/KT-38600 Bummer you can't properly document yet :/