[MPP] Add intel macOS support and create simulators for the test run

^KT-61439
This commit is contained in:
Timofey Solonin
2023-08-24 12:11:18 +02:00
committed by Space Team
parent 9d00dfd76e
commit f20cc10660
5 changed files with 81 additions and 40 deletions
@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.pill.PillExtension
plugins {
kotlin("jvm")
kotlin("plugin.serialization")
id("jps-compatible")
}
@@ -85,6 +86,7 @@ dependencies {
testImplementation(kotlinStdlib("jdk8"))
testImplementation(project(":kotlin-parcelize-compiler"))
testImplementation(commonDependency("org.jetbrains.intellij.deps", "trove4j"))
testImplementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-serialization-json"))
testImplementation(libs.ktor.client.cio)
testImplementation(libs.ktor.client.mock)
testImplementation(libs.ktor.server.core)