<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit4-jvm</artifactId>
<version>5.8.1</version>
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-junit4-jvm', version='5.8.1')
)
compile
|-- io.kotest:kotest-common-jvm:5.8.1
|-- io.kotest:kotest-framework-api-jvm:5.8.1
|-- io.kotest:kotest-assertions-shared-jvm:5.8.1
|-- io.kotest:kotest-framework-engine-jvm:5.8.1
|-- io.kotest:kotest-framework-discovery-jvm:5.8.1
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.0