Chris Miller
04/29/2020, 11:57 AMjava-library-distribution
plugin. I have some shared files in one project ("core") that I want to get bundled with all those other projects. I know I can include a distributions { main { contents { ... } } }
block in each project's build.gradle.kts, but I'd like to avoid that and centralise it instead. What's the best approach?