Hello! Is it normal to use the following stack in production and will it be working fine?
Business logic: Kotlin Multiplatform (all mobile + web)
Views: SwiftUI for ios and Flutter for other platforms
p
Pablichjenkov
09/25/2023, 9:47 PM
Well doesn't seem normal, the norm would be doing the native-ui for each platform or compose-multiplatform.
Now, it is possible in theory, I haven't tried but it sounds possible.