Join Slack
Powered by
Could someone explain why `org.jetbrains.kotlin:ko...
# announcements
j
jrtapsell
02/03/2018, 1:50 PM
Could someone explain why
org.jetbrains.kotlin:kotlin-stdlib-jre8
has use for AutoCloseable, but
org.jetbrains.kotlin:kotlin-stdlib-jdk8
doesn't?
c
Czar
02/03/2018, 1:57 PM
According to comments in this issue, it is available, but you have to set your API version to 1.2:
https://youtrack.jetbrains.com/issue/KT-22390
Open in Slack
Previous
Next