Is there an easy way to insure that versions.props only has necessary dependencies listed? Ideally it would be just a top-level command.
I got to wondering about this thinking about all the code that’s being removed from core and was wondering how we’d be sure that any dependencies that were required only by that code got taken out of versions.props. gradlew dependencies lists pretty much everything, is it the case that if a dependency does _not_ show up in a project that it’s unused? Inquiring minds want to know. Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
