Assume I have project that compile the project int...
# announcements
d
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
I don't think so. The library won't execute correctly in a JVM 7 environment, as it requires Java 8