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
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Dependencies have diverged:
* membrane_rtc_engine (Hex package)
the dependency membrane_rtc_engine in mix.exs is overriding a child dependency:
> In mix.exs:
{:membrane_rtc_engine, "~> 0.23.0", [env: :prod, hex: "membrane_rtc_engine", repo: "hexpm"]}
> In deps/membrane_rtc_engine_ex_webrtc/ex_webrtc/mix.exs:
{:membrane_rtc_engine, [env: :prod, path: "../engine"]}
Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies