[MPP] Add intel macOS support and create simulators for the test run
^KT-61439
This commit is contained in:
committed by
Space Team
parent
9d00dfd76e
commit
f20cc10660
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user