diff --git a/gradle.properties b/gradle.properties index 2d57149b5d..1acbf4f375 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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