Mix.Project.compile_path

You're seeing just the function compile_path, go back to Mix.Project module for more information.
Link to this function

compile_path(config \\ config())

View Source

Specs

compile_path(keyword()) :: Path.t()

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"