MiSikora / laboratory

Feature flags for multi-module Kotlin Android projects
https://mehow.io/laboratory/
Apache License 2.0
82 stars 3 forks source link

Add laboratory dependencies as runtime dependencies #247

Closed MiSikora closed 2 years ago

MiSikora commented 2 years ago
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?

MiSikora commented 2 years ago

Nope.