Skip to content

Commit ff653d2

Browse files
committed
Disable K/N transformation
Fixes #3968
1 parent 36cf0a6 commit ff653d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
4646
# When the flag below is set to `true`, AtomicFU cannot process
4747
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
4848
kotlinx.atomicfu.enableJsIrTransformation=false
49-
kotlinx.atomicfu.enableNativeIrTransformation=true
49+
#kotlinx.atomicfu.enableNativeIrTransformation=true

0 commit comments

Comments
 (0)