Thomas Kranzer
01/05/2022, 7:23 AMBig Chungus
01/05/2022, 8:07 AMMartin Rajniak
01/05/2022, 8:26 AMThomas Kranzer
01/05/2022, 9:00 AMBig Chungus
01/05/2022, 9:01 AMBig Chungus
01/05/2022, 9:02 AMdependencies {
implementation(project(":my-other-module"))
}
Big Chungus
01/05/2022, 9:03 AMThomas Kranzer
01/05/2022, 9:15 AMimplementation(project(":local"))
implementation(project(":remote"))
The Local and Remote modules won’t be available within the published Repository Library. I assume that i first need to publish Local and Remote and within the Repository include these Libraries via maven, right?Martin Rajniak
01/05/2022, 9:17 AMkpgalligan
01/05/2022, 3:02 PMThomas Kranzer
01/05/2022, 3:15 PM