<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-macosx64</artifactId>
<version>1.4.2</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-coroutines-core-macosx64" % "1.4.2"
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-coroutines-core-macosx64', version='1.4.2')
)
<dependency org="org.jetbrains.kotlinx" name="kotlinx-coroutines-core-macosx64" rev="1.4.2" />