I have the `Platform` class implemented for both t...
# multiplatform
s
I have the
Platform
class implemented for both the actual and expected platforms in
androidMain
and
iOSMain
in the shared module of my KMP project, and it's working perfectly on Android. However, I am encountering an error when running the SwiftUI portion on iOS. Pl help!
m
How is Platform declared? Are you sure that it is your Platform class that is trying to be instantiated or is some other one being imported?
1