What could be the best way to share types of JSON messages sent between a Jetpack Compose client and...
p
What could be the best way to share types of JSON messages sent between a Jetpack Compose client and Compose Multiplatform server? In addition -- how to idiomatically manage a network server and a Compose Multiplatform app in the same executable (aiming to use Ktor, but other options are also possible)