I actually don't really like shared architectures,...
# multiplatform
t
I actually don't really like shared architectures, Android and iOS differently, I largely prefer the approach of sharing common code rather than a multiplatform app. Even AirBnB that was the poster boy of React Native is retiring it and moving that way. I think that is much more import to be able to painlessly share kotlin commons libraries to any platform kotlin is available rather than having multiplatform projects.
2