how do you represent '\0' in Kotlin? The compiler ...
# announcements
r
how do you represent '\0' in Kotlin? The compiler throws an error mentioning illegal escape for '\0'
i
\u0000
r
thanks