landoulsi
05/13/2019, 8:51 AMGlobalScope.launch {
}
it fails to build the project :
e: /MultiplatformApp/SharedCode/src/commonMain/kotlin/common.kt: (3, 16): Unresolved reference: coroutines
e: /MultiplatformApp/SharedCode/src/commonMain/kotlin/common.kt: (4, 16): Unresolved reference: coroutines
e: /MultiplatformApp/SharedCode/src/commonMain/kotlin/common.kt: (9, 5): Unresolved reference: GlobalScope
Simple project is available at github: https://github.com/landoulsi/MultiplatformApp
Please helpsvyatoslav.scherbina
05/13/2019, 8:55 AMlandoulsi
05/13/2019, 9:18 AMiosMain.dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core-native:$coroutines_version"
}
but still the same errorsvyatoslav.scherbina
05/13/2019, 9:35 AMiOSMain
. With O
and S
being capital.