With KMP Plugin in Android Studio. I am not able t...
# multiplatform
h
With KMP Plugin in Android Studio. I am not able to add configuration for ios app. Is there anything I might be missing?
j
In
gradle.properties
you need the path to your iOS app Xcode project, where the
.xcworkspace
file is.
Copy code
xcodeproj=../ios/app