You can either do `.type.jvmErasure` and compare t...
# announcements
k
You can either do
.type.jvmErasure
and compare the classes or do
String::class.createType()
and compare the types.
👍 1