<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-benchmark-runtime-linuxx64</artifactId>
<version>0.4.9</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-benchmark-runtime-linuxx64" % "0.4.9"
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-benchmark-runtime-linuxx64', version='0.4.9')
)
<dependency org="org.jetbrains.kotlinx" name="kotlinx-benchmark-runtime-linuxx64" rev="0.4.9" />
compile