-
"We believe that the usage of native tools and technologies can be optimized to overcome scalability challenges that sooner or later show up in our projects" github.com/tuist/microfeatures-guidelines#motivation-
-
"Splitting business logic and UI in two different layers, one that contains the business layer and is cross-platform, and another one that contains the UI and that is platform/product specific." github.com/tuist/microfeatures-guidelines#cross-platform-%C2%B5features-%EF%B8%8F
-
That sounds a lot like the philosophy behind Kotlin Multiplatform by @jetbrains and the Kotlin Native Xcode plugin by @TouchlabHQ github.com/touchlab/xcode-kotlin Would love to see how @tuistio, µFeatures, and Kotlin Native generated frameworks could work together.