File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ plugins {
1010 kotlin(" multiplatform" ) version " 1.4.31"
1111}
1212
13+ val sdkVersion: String by project
1314group = " aws.sdk.kotlin.crt"
14- version = " 0.1.0-SNAPSHOT "
15+ version = sdkVersion
1516description = " Kotlin Multiplatform bindings for AWS SDK Common Runtime"
1617
1718allprojects {
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ kotlin.code.style=official
22kotlin.mpp.enableGranularSourceSetsMetadata =true
33# kotlin.native.ignoreDisabledTargets=true
44
5+ # aws-crt-kotlin
6+ sdkVersion =0.1.0
7+
58# kotlin
69kotlinVersion =1.4.31
710coroutinesVersion =1.4.3
@@ -15,4 +18,4 @@ kotestVersion=4.4.1
1518kotlinxCliVersion =0.3
1619
1720# JVM
18- crtJavaVersion =0.11.0
21+ crtJavaVersion =0.11.0
You can’t perform that action at this time.
0 commit comments