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 5c03194 commit f69cab1Copy full SHA for f69cab1
.github/workflows/continuous-integration.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
70
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
71
- ./gradlew apiCheck
+ ./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
73
74
- name: Save Test Reports
0 commit comments