Join Slack
Powered by
With KMP Plugin in Android Studio. I am not able t...
# multiplatform
h
Himanshu Singh
02/01/2021, 4:53 PM
With KMP Plugin in Android Studio. I am not able to add configuration for ios app. Is there anything I might be missing?
j
Jeff Lockhart
02/01/2021, 8:07 PM
In
gradle.properties
you need the path to your iOS app Xcode project, where the
.xcworkspace
file is.
Copy code
xcodeproj=../ios/app
Open in Slack
Previous
Next