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),
|
||||
;
|
||||
|
||||
override fun toString() = description
|
||||
|
||||
companion object {
|
||||
@JvmField
|
||||
val DEFAULT = JVM_1_8
|
||||
|
||||
Reference in New Issue
Block a user