Slackbot
05/21/2023, 6:02 PMVampire
05/21/2023, 6:37 PMcommon
a project like the other three and declare a dependency from those three to common
.Nipuna Shantha
05/22/2023, 3:33 AM<dependency>
<groupId>Rootdir.data</groupId>
<artifactId>unspecified<artifactId>
................
</dependency>
So is there any method to overcome this issue?
I used below code line in build.gradle under dependencies
implementation project(:data:common)
Vampire
05/22/2023, 6:44 AMNipuna Shantha
05/22/2023, 7:30 AMVampire
05/22/2023, 8:03 AMNipuna Shantha
05/22/2023, 10:20 AM