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 b61b76a commit 84cf571Copy full SHA for 84cf571
gradle.properties
@@ -6,12 +6,12 @@ kotlin.native.ignoreDisabledTargets=true
6
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
7
8
# sdk
9
-sdkVersion=1.1.14-SNAPSHOT
+sdkVersion=1.1.15-SNAPSHOT
10
11
# dokka config (values specified at build-time as needed)
12
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
13
14
# atomicfu
15
kotlinx.atomicfu.enableJvmIrTransformation=true
16
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
17
-kotlinx.atomicfu.enableNativeIrTransformation=false
+kotlinx.atomicfu.enableNativeIrTransformation=false
0 commit comments