platformType

expect val KType.platformType: Type

Deprecated

Not used anymore in common code as it was needed only for JVM target.

actual val KType.platformType: Type

Deprecated

Not used anymore in common code as it was effective only on JVM target.

actual val KType.platformType: Type

Deprecated

Use KType.javaType instead.

Replace with

import kotlin.reflect.javaType
this.javaType
actual val KType.platformType: Type

Deprecated

Use KType directly instead.

Replace with

this