I’m working on a project where I only need a few specific classes from a third-party library. However, when I add the dependency in Gradle, it includes the entire library. Is there a way in Gradle to import or include only certain classes or parts of a library instead of the whole dependency?