an example of union types in kotlin would be ```fu...
# announcements
c
an example of union types in kotlin would be
Copy code
fun union(message: String | ByteArray)
f
I fail to see here how to continue in a type-safe way