You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point last year, the Kotlin team deprecated org.jetbrains.kotlin:kotlin-stdlib-jre7 and recommended using org.jetbrains.kotlin:kotlin-stdlib-jdk7 instead. It's something to do with the security model of Java 9+'s JVM being more strict about what files are allowed to be in what archive (I think), but the code in the two artifacts is basically the same. So this project could define
At some point last year, the Kotlin team deprecated
org.jetbrains.kotlin:kotlin-stdlib-jre7
and recommended usingorg.jetbrains.kotlin:kotlin-stdlib-jdk7
instead. It's something to do with the security model of Java 9+'s JVM being more strict about what files are allowed to be in what archive (I think), but the code in the two artifacts is basically the same. So this project could defineand
without too much trouble. @jobinlawrance what do you think?
The text was updated successfully, but these errors were encountered: