In a KMP library, can the KDoc from `commonMain` ...
# multiplatform
a
In a KMP library, can the KDoc from
commonMain
on
expect
definitions be shared with the individual
actual
implementations?
👀 1
m
Might be worth asking in #dokka
I’m very curious about this too. I have never completely wrapped my head around this
m
From checking out my documentation. When I navigated to an expect function it showed the documentation from common but underlined Android, when I click on either Android or iOS the comments were not shown, only when I clicked on common.