Skip to content

Commit

Permalink
misc: bump to 1.1.15-SNAPSHOT (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Apr 9, 2024
1 parent b61b76a commit 84cf571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.1.14-SNAPSHOT
sdkVersion=1.1.15-SNAPSHOT

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

# atomicfu
kotlinx.atomicfu.enableJvmIrTransformation=true
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
kotlinx.atomicfu.enableNativeIrTransformation=false
kotlinx.atomicfu.enableNativeIrTransformation=false

0 comments on commit 84cf571

Please sign in to comment.