<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-debug</artifactId>
<version>1.7.0-Beta</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-coroutines-debug" % "1.7.0-Beta"
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-coroutines-debug', version='1.7.0-Beta')
)
<dependency org="org.jetbrains.kotlinx" name="kotlinx-coroutines-debug" rev="1.7.0-Beta" />