👋 I have been working with the kotlin multiplatform and it's been amazing. I am trying to figure out how to connect multiple smartphone over a local network though with one being a server. I can see there is an NDS for android to achieve that but I am not finding any multiplatform library for this feature unfortunately.
Should I just try starting a server on a phone and then have other clients scan the network in search for it instead?