31
Google Officially Supports Kotlin Multiplatform
(android-developers.googleblog.com)
Welcome to the programming.dev Android development community!
The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License
I am starting to have mixed feelings about this. It feels like I either have chosen the wrong technology or there is something wrong with me.
Had to drop support to every other platform and only working on the
commonMain
andandroidMain
source sets (so what's the point of KMP after all?) and still the app is not on par with purely native counterparts (main pain points: navigation, l10n, image loading/rendering, video players, markdown rendering using Compose multiplatorm, resource access especially for typefaces, using mocks in tests, and the list could go on...).Maybe Compose multiplatorm is the real culprit but God, have mercy on me please....
Uh-oh heretic spotted. Recant everything you've said or I'll make you justify every line of your manifest to a robot!
I hoped to be burned alive like in the good ol' times.
I hereby sentence you to writing exception handling code in viewmodels with the following requirements:
wtf man
That was painful even to read...
throw NotReadingThatException
based