Can I possibly make Gradle compile one part of my app for Java version 1.8 and the other for 1.7? My situation is I'm writing a library, part of which will be used in a project where the version is 1.7.
I realize now that I could have broken logic in my thoughts, but the question still stands. Or, if possible, suggest something completely different.
EDIT: And if possible suggest any relevant terms, because I can't even think of a google query now.