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 479a389 commit e7da56eCopy full SHA for e7da56e
.github/actions/setup-build/action.yml
@@ -19,6 +19,7 @@ runs:
19
# checkout aws-crt-kotlin as a sibling which will automatically make it an included build
20
path: 'aws-crt-kotlin'
21
repository: 'awslabs/aws-crt-kotlin'
22
+ submodules: 'true'
23
24
- name: Debug!
25
working-directory: ./aws-crt-kotlin
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin-version = "2.0.21"
3
dokka-version = "1.9.10"
4
5
-aws-kotlin-repo-tools-version = "0.4.16-kn"
+aws-kotlin-repo-tools-version = "0.4.17-kn"
6
7
# libs
8
coroutines-version = "1.9.0"
0 commit comments