Skip to content

Commit e953dc9

Browse files
committed
Combiner nativeMain configurations
1 parent be96214 commit e953dc9

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
@@ -28,6 +28,7 @@ kotlin {
2828

2929
nativeMain {
3030
dependencies {
31+
implementation(libs.kotlin.multiplatform.bignum)
3132
api(libs.crt.kotlin)
3233
}
3334
}
@@ -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)