theapache64
09/03/2025, 10:16 AMimplementation(project(":common")) in gradle-plugin doesn’t seem to be working.. 🤔
am i missing something or doing it wrong…mbonnin
09/03/2025, 11:13 AMtheapache64
09/03/2025, 12:40 PMsample project that uses the gradle plugin, and composite build was the solution i found when i searched for it.mbonnin
09/03/2025, 12:57 PMmbonnin
09/03/2025, 12:59 PMsample project should be able to resolve your ":common" project using the default dependency substitutionmbonnin
09/03/2025, 12:59 PMproject.group set in your ":common" project and then you can reference it as com.example:foombonnin
09/03/2025, 1:00 PMtheapache64
09/03/2025, 5:13 PM