Dokka: Multiplatform: docs don't contain KDoc attached to expect members

Created on 13 May 2018  路  3Comments  路  Source: Kotlin/dokka

I've got an expect class in a common module with KDoc for class and its members. The JVM module contains the actual class, and when I run Dokka over that module I don't see the docs. The only way to make this work is to copy KDoc into the actual class, which I'd like to avoid. Am I missing any configuration steps, or it's something that isn't supported yet?

Most helpful comment

it works, multiplatform release is coming soon.

All 3 comments

Currently multiplatform is not supported yet.

Thanks @semoro! Any ETA on when it's gonna be available?

it works, multiplatform release is coming soon.

Was this page helpful?
0 / 5 - 0 ratings