File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 55import aws.sdk.kotlin.gradle.dsl.configurePublishing
66import aws.sdk.kotlin.gradle.kmp.*
77import aws.sdk.kotlin.gradle.util.typedProp
8- import org.gradle.kotlin.dsl.withType
98import org.gradle.api.Project
109import org.gradle.api.tasks.Exec
1110import org.gradle.kotlin.dsl.withType
12- import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
1311import org.jetbrains.kotlin.gradle.dsl.JvmTarget
12+ import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
1413import org.jetbrains.kotlin.konan.target.HostManager
1514
1615plugins {
@@ -121,7 +120,6 @@ subprojects {
121120 smithyConfigureIosSimulatorTasks()
122121}
123122
124-
125123/* *
126124 * Disables standalone mode in simulator tests since it causes issues with TLS.
127125 * This means we need to manage the simulator state ourselves (booting, shutting down).
You can’t perform that action at this time.
0 commit comments