Sorry if silly question, but is it possible to use decompose to create an entirely pure compose multiplatform app without any need for platform specific implementations? As this is what im trying to avoid
a
Arkadii Ivanov
08/24/2023, 12:59 PM
Yes and no. You can have all the code in common, but you'll need platform-specific integration points. The same with just Compose Multiplatform, without Decompose.
j
jamshedalamqaderi
08/25/2023, 6:22 AM
you can check this template if you don’t want to setup initially. I have created this template for future use. But still some piece would be missing.
https://github.com/JamshedAlamQaderi/cmp_template