SpineEventEngine / Chords

UI components for Compose Multiplatform toolkit
Apache License 2.0
2 stars 0 forks source link

Investigate the dependency onto AtomicFU #18

Open armiol opened 2 months ago

armiol commented 2 months ago

At the moment, we have a transitive dependency onto AtomicFU, through Compose.

For some reason, the version referenced is 0.7.13, which is not resolving for me personally, at my local dev env.

At the same time, there is a lot of much newer releases, and it is odd they aren't referenced.

In scope of this issue, we should answer to the following:

  1. Whether a newer version of AtomicFU will do?
  2. If not, can we use something like version 0.7, which is at least published via Maven Central.
armiol commented 2 months ago

@dpikhulya FYI.