We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e22713 commit e8e2926Copy full SHA for e8e2926
build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
13
/**
14
* Disables standalone mode in simulator tests since it causes issues with TLS.
15
* This means we need to manage the simulator state ourselves (booting, shutting down).
16
- * FIXME: https://youtrack.jetbrains.com/issue/KT-38317
+ * https://youtrack.jetbrains.com/issue/KT-38317
17
*/
18
public fun Project.configureIosSimulatorTasks() {
19
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"
0 commit comments