File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 6868 run : |
6969 # FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
7070 # echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
71- ./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
72- ./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
71+ ./gradlew apiCheck
72+ ./gradlew build
7373
7474 - name : Save Test Reports
7575 if : failure()
Original file line number Diff line number Diff line change 22kotlin-version = " 2.1.0"
33dokka-version = " 1.9.10"
44
5- aws-kotlin-repo-tools-version = " 0.4.26 -kn"
5+ aws-kotlin-repo-tools-version = " 0.4.27 -kn"
66
77# libs
88coroutines-version = " 1.9.0"
Original file line number Diff line number Diff line change 44 */
55import aws.sdk.kotlin.gradle.dsl.configurePublishing
66import aws.sdk.kotlin.gradle.kmp.*
7- import aws.sdk.kotlin.gradle.util.typedProp
87import org.gradle.kotlin.dsl.withType
98import org.jetbrains.kotlin.gradle.dsl.JvmTarget
109import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
@@ -20,15 +19,6 @@ val sdkVersion: String by project
2019// Apply KMP configuration from build plugin
2120configureKmpTargets()
2221
23- // Disable cross compilation if flag is set
24- val disableCrossCompile = typedProp<Boolean >(" aws.kotlin.native.disableCrossCompile" ) == true
25- if (disableCrossCompile) {
26- logger.warn(" aws.kotlin.native.disableCrossCompile=true: Cross compilation is disabled." )
27- allprojects {
28- disableCrossCompileTargets()
29- }
30- }
31-
3222// capture locally - scope issue with custom KMP plugin
3323val libraries = libs
3424
You can’t perform that action at this time.
0 commit comments