I have a gradle project running on jdk8. I'd like ...
# random
e
I have a gradle project running on jdk8. I'd like now to have another "version" slightly different where I use jdk11 to have the
Cleaner
class available in 9+. What are my options other than having two branches?
e
Google multi-version jar files
👍 2
e
the problem is that also the source will differ
e
That’s eaxactly for that purpose.
👍 2
r
I actually have something similar and was wondering if Kotlin supports the creation of a multi-release jar out of the box in the sense of do not only generate JVM 1.6 but also 1.8 and use stdlib-jdk8 if appropriate