Is there a way to newtype something in Kotlin, suc...
# compiler
r
Is there a way to newtype something in Kotlin, such that the serialization plugin treats it transparently, but it's tagged by the type system? Mostly for
String
stuff.