Add readable toString for JvmTarget
This commit is contained in:
committed by
Alexander Udalov
parent
540bbc6bef
commit
ee62c6d11d
@@ -36,6 +36,8 @@ enum class JvmTarget(
|
|||||||
JVM_17("17", Opcodes.V12 + 5),
|
JVM_17("17", Opcodes.V12 + 5),
|
||||||
;
|
;
|
||||||
|
|
||||||
|
override fun toString() = description
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
@JvmField
|
@JvmField
|
||||||
val DEFAULT = JVM_1_8
|
val DEFAULT = JVM_1_8
|
||||||
|
|||||||
Reference in New Issue
Block a user