Hi I am a student trying to figure out how to impl...
# multiplatform
j
Hi I am a student trying to figure out how to implement a full multiplatform app for IOS, Android, and Web. I am configuring kmm to get the android and ios working but am unsure how to connect that with the web side. I wanted the web portion to be similar to this. https://kotlinlang.org/docs/multiplatform-full-stack-app.html I am stuck just at the beginning to get the project working. Is anyone aware of any resources or have any advice on this process.
m
You can take a look at https://github.com/joreilly/PeopleInSpace/ for a complete example including iOS, Android and Web