Filter
Exclude
Time range
-
Near
The shared module splits into sharedLogic and sharedUI if you use native UI for any platforms. Platforms with native UI only depend on sharedLogic, while the ones using Compose Multiplatform depend on sharedUI.
1
1
8
788
Replying to @drotox
There are many combinations, I omitted server here. Our plans for that is to group clients into a subfolder if a server is present. Think: server/ shared/ app/ androidApp/ iosApp/ sharedLogic/ sharedUi/
2
4
508
An interesting question is, what to do when all clients use Compose: should there still be separate `sharedUi` and `sharedLogic` modules for consistency with other configs (when some clients use native UI, this split is required), or just a single shared module for simplicity?
2
5
1,007