Assume I have project that compile the project into java 7 binary code,
If I use kotlin library, can i use library that has minimal java version, java 8,
for example resilience4j, ahc, with kotlin?
l
LeoColman
05/04/2019, 6:32 PM
I don't think so. The library won't execute correctly in a JVM 7 environment, as it requires Java 8