badoo / Reaktive

Kotlin multi-platform implementation of Reactive Extensions
Apache License 2.0
1.17k stars 58 forks source link

After updating to version 2.0.0 cdass com.badoo.reaktive.utils.lock.Condition is not available #768

Closed lemkoleg closed 10 months ago

lemkoleg commented 10 months ago

After updating to version 2.0.1 cdass com.badoo.reaktive.utils.lock.Condition is not available. Will it not be supported?

arkivanov commented 10 months ago

The utils module has been renamed to utils-internal and its content is now considered internal (not part of the public API). Condition was replaced with ConditionLock for performance reasons. Feel free to copy Condition to your project from the old version. You can also try using ConditionLock at your own risk, but this is not recommended.