Yesterday I tried Kotlin Multiplatform Mobile for the first time. MAGICAL STUFF.
1065529

Tailed by: muncman

@rafaelcosta I’ve been doing Flutter lately, and it’s the first cross-platform approach that I have liked. So, I’m feeling more open and curious to find out more about the Kotlin approach now, too.
1065621
@muncman I *love* Flutter. I HATE Dart. 😅
1065623
@rafaelcosta Ha, yeah, it’s no Swift! I don’t hate it, tho. I’m glad it has sound null safety now, has had async/await + streams for a good while, but I do miss things — like powerful enums. The Dart editor extensions make it a bit nicer to work with, too.
1065633
@muncman Enums man, enums are my biggest pet peeve. I love doing state machines and enums are such a good fit for the events. Replicating that in Flutter was A PAIN.
1065638