SvgToComposeGraph
Dependency graph interface for the S2C (Source-to-Code) processing system.
The graph uses the @DependencyGraph annotation to enable automatic dependency resolution and injection for the components it declares. Dependencies are lazily initialized and provided through factory methods when needed.
Use the nested @DependencyGraph.Factory interface to instantiate this dependency graph with the required external dependencies such as logger, file system, and optional temporary directory path.
Functions
Link copied to clipboard
open fun provideContentParsers(svgParser: SvgContentParser, avgParser: AvgContentParser): Map<FileType, ContentParser>
Link copied to clipboard