Hello. I just started a multiplatform project through IntelliJ's Kotlin(Mobile Android/iOS) project. I got it to compile and build on Android. However, I'm unable to access iOS specific domain information (such as UiDevice) in a kotlin file under the iosMain folder. Does anyone know what I have to do?
o
orangy
10/31/2018, 12:41 PM
Do you see native dependencies in Gradle view in IJ?
e
Erling Fjelstad
10/31/2018, 12:58 PM
yeah, those are empty now. Like this: iosMain {
}
iosTest {
}