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 e376119 commit 3e87556Copy full SHA for 3e87556
build.gradle.kts
@@ -3,6 +3,7 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
import aws.sdk.kotlin.gradle.dsl.configureLinting
6
+import aws.sdk.kotlin.gradle.kmp.configureIosSimulatorTasks
7
import aws.sdk.kotlin.gradle.dsl.configureMinorVersionStrategyRules
8
import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalPublishTask
9
import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalWaitForPublicationTask
@@ -65,6 +66,8 @@ allprojects {
65
66
67
// Enables running `./gradlew allDeps` to get a comprehensive list of dependencies for every subproject
68
tasks.register<DependencyReportTask>("allDeps") { }
69
+
70
+ configureIosSimulatorTasks()
71
}
72
73
// Configure root module's documentation
0 commit comments