Slackbot
05/22/2023, 6:06 PMVampire
05/22/2023, 6:37 PMlogger
too if you put it into its own project. If you really insist on not following the clean approach, you need to shade those classes into the core
artifact, for example using the shadow
plugin.Nipuna Shantha
05/22/2023, 6:40 PMNipuna Shantha
05/22/2023, 6:47 PMcore
artifact, for example using the shadow
plugin." this comment. Also it is better if I don't need to use shadow plugin?Vampire
05/22/2023, 6:48 PMVampire
05/22/2023, 6:48 PMAdam
05/22/2023, 6:55 PMNipuna Shantha
05/22/2023, 6:59 PMTask (root)
dataDir -> Inside this it has modules dataCmmon, dataType1, dataType2, dataType3
infoDir -> Inside this it has modules infoCommon, infoType1, infoType2, infoType3
So all modules in each directory is depend on common module in each directory and above structure can spread more and more. So still you suggestion Will be publishing each commonDir seperately and import it or any other method?Nipuna Shantha
05/22/2023, 7:00 PMAdam
05/22/2023, 7:01 PMNipuna Shantha
05/22/2023, 7:04 PM