You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads-up: in the next release of Compose Multiplatform, androidx.compose.runtime.AtomicReference, which you are using here will become internal. It was made public accidentally, and we're fixing it now.
You can implement an expect/actual yourself, or use atomicfu.
The text was updated successfully, but these errors were encountered:
Hi,
Just a heads-up: in the next release of Compose Multiplatform,
androidx.compose.runtime.AtomicReference
, which you are using here will becomeinternal
. It was made public accidentally, and we're fixing it now.You can implement an expect/actual yourself, or use atomicfu.
The text was updated successfully, but these errors were encountered: