Slackbot
09/04/2023, 8:29 PMChris Lee
09/04/2023, 8:50 PMstarter
module and expose all the dependencies on the api scope; in each module (perhaps via a convention plugin) add a dependency on the starter.
For example, have a testing-starter
that defines all kinds of test dependencies (kotest, junit, mockk, etc).
If the intention is to share these dependencies across projects, a separate starter
project could be created that does the same thing.
Alternately, one could create a bundle in a version catalog (and optionally publish that catalog) to accomplish something similar.David
09/04/2023, 9:09 PMChris Lee
09/04/2023, 9:13 PMDavid
09/04/2023, 9:26 PM