Skip to content

[K2] KMP: Platform tabs missed common for properties #3360

@atyrin

Description

@atyrin

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() {}
}

K2 output:
image

Installation

  • Dokka version: 1.9.20

Parent: #3328

Metadata

Metadata

Assignees

Labels

bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888upstream bugAn issue that appears due to an upstream dependency bug, such as kotlin-compiler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions