Skip to content

Commit 8257002

Browse files
committed
Combine nativeMain configurations
1 parent 54472f5 commit 8257002

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

runtime/runtime-core/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ kotlin {
2929
nativeMain {
3030
dependencies {
3131
api(libs.crt.kotlin)
32+
implementation(libs.kotlin.multiplatform.bignum)
3233
}
3334
}
3435

@@ -46,12 +47,6 @@ kotlin {
4647
}
4748
}
4849

49-
nativeMain {
50-
dependencies {
51-
implementation(libs.kotlin.multiplatform.bignum)
52-
}
53-
}
54-
5550
all {
5651
languageSettings.optIn("aws.smithy.kotlin.runtime.InternalApi")
5752
}

0 commit comments

Comments
 (0)