laboratory
laboratory copied to clipboard
Add laboratory dependencies as runtime dependencies
laboratory {
optionFactory()
dependency(project(":module-a"))
}
Using generated OptionFactory will fail without including them in the module's dependencies block. Perhaps all projects included in laboratory should be added as implementation when OptionFactory is auto-generated? Or make it configurable as an opt-in?