<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-kotlin</artifactId>
<version>2.0.0-milestone2</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-kotlin', version='2.0.0-milestone2')
)
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny-project</artifactId> <version>2.0.0-milestone2</version> </parent>
compile
|-- io.smallrye.reactive:mutiny
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core
test