Muhammad hosein Merati
01/13/2024, 9:58 AMmbonnin
01/13/2024, 9:59 AM./gradlew publisToMavenLocal
And add mavenLocal()
as a repo in your consumer buildmbonnin
01/13/2024, 10:00 AMMuhammad hosein Merati
01/13/2024, 10:07 AMCLOVIS
01/15/2024, 8:52 AM// settings.gradle.kts
includeBuild("../path/to/library")
This will link both projects together, such that if you make a modification in the library, the other project will automatically see the changes.