Skip to content

Commit 2f42928

Browse files
committed
upgade to latest repo-tools
1 parent 3801d2c commit 2f42928

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin-version = "2.2.0"
33
dokka-version = "2.0.0"
44

5-
aws-kotlin-repo-tools-version = "0.4.50"
5+
aws-kotlin-repo-tools-version = "0.4.51"
66

77
# libs
88
coroutines-version = "1.10.2"

runtime/runtime-core/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ kotlin {
5858

5959
all {
6060
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())
6461
}
6562
}
6663

0 commit comments

Comments
 (0)