Hello, What do you think, if an application is cur...
# multiplatform
l
Hello, What do you think, if an application is currently being developed for only one platform, does it make sense to use a cross-platform architecture anyway? or will it be superfluous?
a
seems like extra complexity if you don’t need it
1
o
It depends on the project long term goal or if you simply just wanna learn it
k
I would make library choices that don’t need to be unwound. SQLDelight vs Room, for example (I don’t know what platforms you’re talking about, so that may be a bad example). What is “cross-platform architecture”?
1
l
thanks
g
SQLDelight of course, even if don't care about mpp 😬