Hello! did anyone try to build to apple watch with...
# multiplatform
g
Hello! did anyone try to build to apple watch with KMM while using Ktor?
j
There is a watchOS target in https://github.com/joreilly/PeopleInSpace ....I don't have apple watch so mostly have tested in simulator (though others have run it on physical watch)
r
I’ve done some basic testing and it worked with simple HTTP get requests, apple watch doesn’t support higher level networking like WebSockets directly though which took a little time to figure out.