Open Jolanrensen opened 6 months ago
BTW, kandy
uses 11 for a year already
https://github.com/Kotlin/kandy/commit/1f5d01ec4365f008ec33ea6e448c205fdba31489
Can be solved by solving https://github.com/Kotlin/dataframe/issues/241. Then we can keep Java 8 but update Jupyter to 11
The DataFrame library currently targets Java 8. This is to ensure the widest compatibility across the board and follow Kotlin/JVM itself. However, kotlin-jupyter, a key component for DataFrame, recently updated to Java 11, making it impossible to update it.
We have two options:
What should we do?