aweris / gale

GitHub Action Local Executor
Apache License 2.0
142 stars 4 forks source link

refactor: move ghx.core to common.model #148

Closed aweris closed 8 months ago

aweris commented 8 months ago

With Dagger module transformation, we can eliminate the core package that holds models and business logic. We can then move the core to a common package to share models between components and modules.