kind

Platform and version requirements: JVM (1.0)
val kind: Int

A kind of the metadata this annotation encodes. Kotlin compiler recognizes the following kinds (see KotlinClassHeader.Kind):

1 Class 2 File 3 Synthetic class 4 Multi-file class facade 5 Multi-file class part

The class file with a kind not listed here is treated as a non-Kotlin file.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-metadata/kind.html