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 3801d2c commit 2f42928Copy full SHA for 2f42928
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin-version = "2.2.0"
3
dokka-version = "2.0.0"
4
5
-aws-kotlin-repo-tools-version = "0.4.50"
+aws-kotlin-repo-tools-version = "0.4.51"
6
7
# libs
8
coroutines-version = "1.10.2"
runtime/runtime-core/build.gradle.kts
@@ -58,9 +58,6 @@ kotlin {
58
59
all {
60
languageSettings.optIn("aws.smithy.kotlin.runtime.InternalApi")
61
-
62
- // FIXME this config should live in aws-kotlin-repo-tools
63
- if (name == "posixMain") dependsOn(nativeMain.get())
64
}
65
66
0 commit comments