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?
Jan
10/23/2022, 9:41 PM
It compiles tho so another IntelliJ problem?
Jan
10/23/2022, 9:41 PM
It seems like I have the same problem when creating a Mobile Multiplatform App in Android Studio.
j
Jeff Lockhart
10/24/2022, 1:59 AM
Are you using a Mac?
v
Vitor Hugo Schwaab
10/24/2022, 11:10 AM
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.