<div dir="ltr">Hi,<div>Is there a way to get in a parse transform the name of the application the module belongs to? The parse_transform function has parameter Options so it is possible to add an argument to erlc with app name, but is it possible to get the name of the app automatically? </div><div><br></div><div>I tried</div><div>{attribute, _, module, ModuleName} = lists:keyfind(module, 3, Forms),<br></div><div>application:get_application(ModuleName),<br></div><div>but it returns undefined<br></div></div>