PrecompiledModuleRef
mill.api.internal.PrecompiledModuleRef
object PrecompiledModuleRef
Instantiates a precompiled module from a YAML config file at module construction time, allowing it to be discovered by resolve _ as a child of its parent build module.
Called from generated build code. The extends class name, YAML path, and module deps are embedded at code-generation time.
Instances are cached by script file path so that both the child alias path (via CodeGen) and the script module resolver path (via ScriptModuleInit) return the same instance.
Attributes
- Source
- PrecompiledModuleRef.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PrecompiledModuleRef.type
Members list
In this article