Erlang Error IndexWhatsApp ELPW0045 - Duplicate ModuleOn this pageW0045 - Duplicate Module Warning -module(my_module). %% ^^^^^^^^^ warning: A module with this name exists elsewhere Explanation The module name is already used by another module in the same project.