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 db6a44a commit 0ede180Copy full SHA for 0ede180
aws-crt-kotlin/build.gradle.kts
@@ -60,10 +60,6 @@ kotlin {
60
}
61
62
63
- val kotlinVersion: String by project
64
- val coroutinesVersion: String by project
65
- val mockServerVersion: String by project
66
-
67
sourceSets {
68
val commonMain by getting {
69
dependencies {
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
kotlin-version = "2.0.21"
3
4
-aws-kotlin-repo-tools-version = "0.4.12"
+aws-kotlin-repo-tools-version = "0.4.13"
5
6
# libs
7
crt-java-version = "0.31.3"
0 commit comments