mvicsokolova

Results 60 comments of mvicsokolova

This fix for `kotlin.targets` config in `build.gradle` should work

Hi! This issue will not be fixed for JS legacy atomicfu transformation, instead you can turn on JS IR transformation (see https://github.com/Kotlin/kotlinx-atomicfu#transformation-modes) If you're using the last `kotlinx-atomicfu` version, and...

Hi! Thank you and sorry for the delay 🙏🏻 I tested publishing the plugin to the local Space repo and got some problems. I'm working on updating the script.

We are working internally on guarantees that we are ready to provide for each individual target (as well as the overall understanding which targets we are going to support) and...

We are working internally on guarantees that we are ready to provide for each individual target (as well as the overall understanding which targets we are going to support) and...

Thank you for the report and sorry for the delayed answer. I guess it is a bug in visibility modifiers for fields generated during transformation of delegated properties.

We postpone the support of android native targets till the guarantees are published for them. Please see [#122 comment](https://github.com/Kotlin/kotlinx-atomicfu/issues/122#issuecomment-1300306280)

This problem with unresolved dependencies was [fixed](https://github.com/JetBrains/kotlin/commit/d015b2b899cf42b447186bfe9c2583f07254ae1c) in Kotlin `1.7.10` via correct publishing of compiler plugin runtime module and [supported](https://github.com/Kotlin/kotlinx-atomicfu/commit/8f500b2c20abc2c614ad7d3d01bf5430f987f68c) since kotlinx.atomicfu `0.18.2`. The similar issue: #234

This issue will be fixed in the next release with these changes: #405 Now the version of the library is stored in the specified file, packed in the `atomicfu-gradle-plugin.jar`, and...