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 86bcee3 commit c243d2cCopy full SHA for c243d2c
runtime/build.gradle.kts
@@ -3,9 +3,7 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
import aws.sdk.kotlin.gradle.dsl.configurePublishing
6
-import aws.sdk.kotlin.gradle.kmp.configureKmpTargets
7
-import aws.sdk.kotlin.gradle.kmp.kotlin
8
-import aws.sdk.kotlin.gradle.kmp.needsKmpConfigured
+import aws.sdk.kotlin.gradle.kmp.*
9
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
10
import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
11
@@ -33,6 +31,8 @@ subprojects {
33
31
plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
34
32
}
35
+ println("Project $name: hasNative=$hasNative, NATIVE_ENABLED=$NATIVE_ENABLED")
+
36
configurePublishing("smithy-kotlin", "smithy-lang")
37
kotlin {
38
explicitApi()
0 commit comments