Is it possible for documentation written in kotlin...
# kotlin-native
y
Is it possible for documentation written in kotlin classes to be read from Xcode? (e.g. option-clicking the class brings up class documentation in xcode) I’m creating a kotlin native framework for some iOS developers and they want more detail on the functions they are calling. The documentation exists in the kotlin classes but they can’t see this from xcode. They currently have to open up the source files and read the docs, which isn’t ideal.
o
currently no, but this feature is planned
👍 2
y
thanks!
Is there an eta on this?
o
No eta so far