<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>0.9.0-native</version>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-stdlib-common', version='0.9.0-native')
)