Using elixir in erlang rebar3 not working

Hello,

Anyone here using rebar_elixir_plugin with rebar3 - GitHub - yrashk/rebar_elixir_plugin: Elixir Plugin for Rebar ?

Instructions on this page seems to be written for rebar and not working with rebar3

In fact, simply adding elixir as dependency in rebar3 is not working as per this guide - https://elixir-lang.org/crash-course.html#adding-elixir-to-existing-erlang-programs. I get this error - ===> Dependency failure: source for elixir does not contain a recognizable project and can not be built

Thanks!

Had to use GitHub - Supersonido/rebar_mix: rebar3 plugin for building Elixir dependencies with mix plugin to solve this.