<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-iosx64</artifactId>
<version>3.0.0-beta-1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-core-iosx64', version='3.0.0-beta-1')
)
compile
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-iosx64:1.7.3
|-- io.ktor:ktor-http-iosx64:3.0.0-beta-1
|-- io.ktor:ktor-events-iosx64:3.0.0-beta-1
|-- io.ktor:ktor-websocket-serialization-iosx64:3.0.0-beta-1
|-- io.ktor:ktor-sse-iosx64:3.0.0-beta-1