Mix.Project.compile_path
You're seeing just the function
compile_path
, go back to Mix.Project module for more information.
Specs
Returns the paths the given project compiles to.
If no configuration is given, the one for the current project will be used.
The returned path will be expanded.
Examples
Mix.Project.compile_path()
#=> "/path/to/project/_build/dev/lib/app/ebin"