Hey guys. I'm trying to use WorkoutKit in iOS and ...
# multiplatform
p
Hey guys. I'm trying to use WorkoutKit in iOS and it seems that it's impossible to import. Any idea why?
h
It’s Swift only and there is no built-in import of Swift packages from Kotlin right now. One workaround: create an objective c wrapper
👍 1
p
thanks!