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
araqnid
07/30/2020, 2:19 PM
seems like extra complexity if you don’t need it
➕ 1
o
Olivier Pineau
07/30/2020, 2:26 PM
It depends on the project long term goal or if you simply just wanna learn it
k
kpgalligan
07/30/2020, 2:35 PM
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
Loboda Deni
07/31/2020, 7:15 AM
thanks
g
gildor
08/02/2020, 12:40 PM
SQLDelight of course, even if don't care about mpp 😬