Hello :wave:, I have got a question regarding SKIE...
# touchlab-tools
r
Hello 👋, I have got a question regarding SKIE. In our KMP project we have KDoc style comments on our functions that we expose to our native apps, these get nicely added to the Objective-C header file when the
-Xexport-kdoc
compiler argument is added to the native targets. But unfortunately, the comments are not added by default to the generated swift wrappers when using SKIE. Is it even possible? I looked at the docs and the configuration of Skie in Gradle but I can’t find an option to enable this.
f
Hello! Unfortunately, this feature is not supported at the moment. However, it’s something on our list together with a bunch of other stuff that aims to improve the overall readability of the framework header.
r
Thanks for the reply! Great to know it’s on the list 😄