-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888Issues / PRs that are related to the K2 migration. See #2888upstream bugAn issue that appears due to an upstream dependency bug, such as kotlin-compilerAn issue that appears due to an upstream dependency bug, such as kotlin-compiler
Description
Create a KMP project:
// commonMain
expect class Dokka {
val data: String?
fun f()
}
// platformMain
actual class Dokka {
actual val data: String? = null
actual fun f() {}
}
Installation
- Dokka version: 1.9.20
Parent: #3328
Metadata
Metadata
Assignees
Labels
bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888Issues / PRs that are related to the K2 migration. See #2888upstream bugAn issue that appears due to an upstream dependency bug, such as kotlin-compilerAn issue that appears due to an upstream dependency bug, such as kotlin-compiler