Hey I added this to the targets: ios() But in iosM...
# multiplatform
j
Hey I added this to the targets: ios() But in iosMain I don't see to have access to the package platform.* Adding all ios targets manually and trying to access that package doesn't help either. Do I have to do anything to access them?
It compiles tho so another IntelliJ problem?
It seems like I have the same problem when creating a Mobile Multiplatform App in Android Studio.
j
Are you using a Mac?
v
If you're not using a Mac, and you want your IDE to resolve symbols and autocomplete for you: https://github.com/LouisCAD/CompleteKotlin But you will need a Mac in order to compile for iOS, run iOS tests, etc.
j
okay thanks