scalafix icon indicating copy to clipboard operation
scalafix copied to clipboard

Use rules defined in SBT module within a multi-module build

Open cchantep opened this issue 1 year ago • 2 comments

Currently it's not possible to use rules defined in a SBT modules in other modules of the same multi-modules project without publishing, aka not possible to use inter-module dependencies (e.g. dependsOn).

Local rules are not sufficient neither when rules are to be used accross several sibling modules, nor when the rules module itself needs specific libraryDependencies.

cchantep avatar Jun 19 '23 15:06 cchantep