Join Slack
Powered by
There's some way to export comments from shared mo...
# multiplatform
c
Charles Prado
06/25/2021, 9:43 AM
There's some way to export comments from shared module to iOS module (objc headers) ? I mean:
Copy code
/ * * It does something * / fun doSomething() { ... }
In iOS when I type doSomething it's possible to make that comment visible there?
h
hfhbd
06/25/2021, 9:46 AM
https://kotlinlang.org/docs/whatsnew1520.html#opt-in-export-of-kdoc-comments-to-generated-objective-c-headers
c
Charles Prado
06/25/2021, 9:48 AM
That's exactly what I wanted! Thanks
@hfhbd
.
h
hfhbd
06/25/2021, 9:50 AM
Rather thank
@svyatoslav.scherbina
👍 2
2
Views
Open in Slack
Previous
Next