Oddbean new post about | logout
 I’m currently testing around with Kotlin Wasm which is pretty cool because you write a declarative UI in pure Kotlin Compose without html, css or javascript. 

And with a Kotlin multiplatform configuration you can use the same UI code for different platforms like Android, Desktop and so on. 

The web stuff is currently alpha but it’s pretty cool to use Kotlin on every project with makes code sharing easy.

I like Kotlin 😅