Clament John
11/03/2021, 7:43 AMDecompose
example app (multi platform) that implements
1. Platform specific actions like importing an image file (file explorer in desktop and content provider in android)
What I'm having difficulty is how should I let the platform know a platform specific action has to happen? The todo app
example, even though display's decompose's navigation prowess it can be quickly glazed up on with very little multi platform specif code.
Edited
This looks like something for MVI? Well following decompose for multi platform makes your app MVI by default I guess.Gerard de Leeuw
11/03/2021, 7:49 AMexpect
/ actual
interfaces or functions. https://kotlinlang.org/docs/mpp-connect-to-apis.htmlClament John
11/03/2021, 7:54 AM