mvicsokolova

Results 60 comments of mvicsokolova

Hi! Thanks a lot for the reproducer! I'll have a look at it.

Hi! A lot of updates were introduced in JVM IR compiler plugin since Kotlin 1.9.0. Can you confirm if this issue still occurs? 👀

This problem with KLIB incompatibility will be fixed in Kotlin `1.9.21`, that is going to be released next week. As soon as the new Kotlin is published, I'll release `0.23.1`...

### Regression analysis: **The root cause:** this was the regression in Kotlin 1.9.20 that caused natie klibs incompatibility (https://youtrack.jetbrains.com/issue/KT-62515). It was only caught after atomicfu release: libraries-compatibility TC tests failed...

Hi! Could you please, share a build script, where you apply the `kotlinx-atomicfu` plugin, if you still face this problem. I could not reproduce locally it on a sample mpp...

Hi! I've tried to open and run both projects that you attached above in `Android Studio 2023.2.1 Patch 2` with the latest KGP / atomicfu versions. And I do not...

Thanks a lot for the information! 🙏🏻 If I can not figure out the problem on the plugin side, I'll ask IDE Team for help and then leave a comment...

This issue will be resolved in the next kotlinx-atomicfu release `0.24.0` (with these changes #406). Starting from `0.24.0`, `kotlinx-atomicfu` gradle plugin will not add a transitive dependency `org.jetbrains.kotlin:atomicfu:{KGP_version}` to the...

I'm looking at this problem, `kotlinx-atomicfu` plugin replaces `inContact` field with a volatile property, that is atomically updated. Probably some metadata was left. 👀