Skip to content

Commit 84cf571

Browse files
authored
misc: bump to 1.1.15-SNAPSHOT (#1277)
1 parent b61b76a commit 84cf571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.1.14-SNAPSHOT
9+
sdkVersion=1.1.15-SNAPSHOT
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
1313

1414
# atomicfu
1515
kotlinx.atomicfu.enableJvmIrTransformation=true
1616
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
17-
kotlinx.atomicfu.enableNativeIrTransformation=false
17+
kotlinx.atomicfu.enableNativeIrTransformation=false

0 commit comments

Comments
 (0)