isValue

Indicates that the corresponding class is either a pre-Kotlin-1.5 inline class, or a 1.5+ value class.

Note that it does not imply that the class has JvmInline annotation and will be inlined. Currently, it is impossible to declare a value class without this annotation, but this can be changed in the future.