Is there a tracking page for Java 9 compatibility ...
# announcements
m
Is there a tracking page for Java 9 compatibility in kotlin, kotlin-compiler, and the Maven plugins? Wondering if I should be working around the various warnings, such as Illegal reflective access by com.intellij.util.text.StringFactory (file:kotlin-compiler-1.2.10.jar) to constructor java.lang.String(char[],boolean)
a
AFAIK this particular problem should be fixed in 1.2.30: https://youtrack.jetbrains.com/issue/KT-19051
There is also a
java 9
tag in the bug tracker: https://youtrack.jetbrains.com/issues/KT?q=tag:%20%7Bjava%209%7D
m
Thanks!
Oops! Something went wrong with your search request. Value "java 9" is not valid for field tag in project Kotlin.
Is it possible that the "java 9" tag is private to JetBrains employees?
a
Ouch! Sorry, that might be the case =( My bad
Guess searching for
"Java 9"
is your best bet for now then: https://youtrack.jetbrains.com/issues/KT?q=%22Java%209%22