Skip to content

Commit e8e2926

Browse files
committed
Remove FIXME since Kotlin considers the issue "fixed"
1 parent 0e22713 commit e8e2926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
1313
/**
1414
* Disables standalone mode in simulator tests since it causes issues with TLS.
1515
* This means we need to manage the simulator state ourselves (booting, shutting down).
16-
* FIXME: https://youtrack.jetbrains.com/issue/KT-38317
16+
* https://youtrack.jetbrains.com/issue/KT-38317
1717
*/
1818
public fun Project.configureIosSimulatorTasks() {
1919
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"

0 commit comments

Comments
 (0)