kotlin.jvm

Package kotlin.jvm

Platform and version requirements: JVM

Functions and annotations specific to the Java platform-

Annotations

JvmField

annotation class JvmField

Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.

JvmMultifileClass

annotation cl