<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-core-tvosarm64</artifactId>
<version>2.3.10</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-server-core-tvosarm64', version='2.3.10')
)
compile
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-tvosarm64:1.7.1
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22
|-- io.ktor:ktor-utils-tvosarm64:2.3.10
|-- io.ktor:ktor-http-tvosarm64:2.3.10
|-- io.ktor:ktor-serialization-tvosarm64:2.3.10
|-- io.ktor:ktor-events-tvosarm64:2.3.10