in kotlin-stdlib-jre8 (deprecated) use is a method...
# intellij
c
in kotlin-stdlib-jre8 (deprecated) use is a method on AutoClosable, and when i change it to stdlib-jdk8 it’s instead a method on Closable, so my that uses use with AutoClosable breaks.