The talk from Google Workspace folks on KMP <https...
# multiplatform
u
The talk from Google Workspace folks on KMP

https://www.youtube.com/watch?v=5lkZj4v4-ks

They talk about
String
improvements. Is that something that's going to be upstreamed to the compiler or will stay their app specific?
u
so.. it will be transparent to apps eventually?
e
yes. like how JEP 254 changed Java's string representation, the same app code will simply be more efficient once it's enabled in Kotlin/Native
u
okay great thanks !