includeCompileOnlyDependencies
Whether to include compileOnly configurations in the extracted graph.
Default: false - mirrors com.aalekh.aalekh.gradle.AalekhExtension.includeCompileOnlyDependencies.
compileOnly dependencies are not present at runtime and are rarely architecturally significant, so they are excluded by default to reduce graph noise. Enable if your project uses compileOnly for architectural separation that you want to visualize or enforce.