Mix.Project.consolidation_path

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

consolidation_path(config \\ config())

View Source

Specs

consolidation_path(keyword()) :: Path.t()

Returns the path where protocol consolidations are stored.

The returned path will be expanded.

Examples

Mix.Project.consolidation_path()
#=> "/path/to/project/_build/dev/lib/my_app/consolidated"

Inside umbrellas:

Mix.Project.consolidation_path()
#=> "/path/to/project/_build/dev/consolidated"