How are people sharing resources between an android app and desktop app using the multiplatform stuff? Is everyone else doing a thing where they have an expected object that has a list of
hmm I guess that would work but you kind of lose the density configurations for things, but I guess for vectors that's ace
s
spierce7
11/02/2022, 4:41 PM
You could provide different assets for each platform if you really wanted.
spierce7
11/02/2022, 4:41 PM
Sharing between Android and Desktop is cake.
x
xxfast
11/02/2022, 11:05 PM
Have used moko-resources, for static assets in the past, but the desktop client ended up requiring different assets altogether so had to just do `expect`/`actual` in the end