#How to use GenStateMachine in Elixir?
7 messages · Page 1 of 1 (latest)
Have you installed that package?
^ and make sure you have :gen_state_machine in your applications
With modern Mix it is not needed at it is there by default
oh really? thats nice
do all libs with a application mod get started by default?
No, if you do not have :applications field in your application/0 callback in mix.exs, then it will be automatically populated from your deps that aren't marked as runtime: false. For extra applications that aren't managed via Mix deps, you should use :extra_applications key