Add readable toString for JvmTarget

This commit is contained in:
Matthew Haughton
2021-10-21 18:19:02 +11:00
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