Could someone explain why `org.jetbrains.kotlin:ko...
# announcements
j
Could someone explain why
org.jetbrains.kotlin:kotlin-stdlib-jre8
has use for AutoCloseable, but
org.jetbrains.kotlin:kotlin-stdlib-jdk8
doesn't?
c
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