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 f26a1a6 commit d5e94e9Copy full SHA for d5e94e9
build.gradle.kts
@@ -38,6 +38,7 @@ plugins {
38
// ensure the correct version of KGP ends up on our buildscript classpath
39
id(libs.plugins.kotlin.multiplatform.get().pluginId) apply false
40
id(libs.plugins.kotlin.jvm.get().pluginId) apply false
41
+ alias(libs.plugins.aws.kotlin.repo.tools.kmp) apply false
42
}
43
44
val testJavaVersion = typedProp<String>("test.java.version")?.let {
0 commit comments