Skip to content

Commit

Permalink
Disable K/N transformation
Browse files Browse the repository at this point in the history
Fixes #3968
  • Loading branch information
qwwdfsad committed Dec 6, 2023
1 parent 36cf0a6 commit ff653d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -46,4 +46,4 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
# When the flag below is set to `true`, AtomicFU cannot process
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
kotlinx.atomicfu.enableJsIrTransformation=false
kotlinx.atomicfu.enableNativeIrTransformation=true
#kotlinx.atomicfu.enableNativeIrTransformation=true

0 comments on commit ff653d2

Please sign in to comment.