Skip to content

Commit d5e94e9

Browse files
committed
Apply kmp plugin for configureIosSimulatorTasks
1 parent f26a1a6 commit d5e94e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ plugins {
3838
// ensure the correct version of KGP ends up on our buildscript classpath
3939
id(libs.plugins.kotlin.multiplatform.get().pluginId) apply false
4040
id(libs.plugins.kotlin.jvm.get().pluginId) apply false
41+
alias(libs.plugins.aws.kotlin.repo.tools.kmp) apply false
4142
}
4243

4344
val testJavaVersion = typedProp<String>("test.java.version")?.let {

0 commit comments

Comments
 (0)