Emily
07/13/2025, 12:42 PMimplementation(project(":myLibs")), but I'd like to be able to do something akin to testImplementation(project(":myLibs", configuration = "testImplementation")) or compileOnly(project(":myLibs", configuration = "compileOnly")). I've already tried the latter and know that doesn't work.
I know it could be done with a convention plugin, but I'm asking here in case there are better options.Vampire
07/13/2025, 3:04 PMVampire
07/13/2025, 3:06 PM