Jolan Rensen
Jolan Rensen
That is a good idea!
I converted the PR to a draft for now since we didn't get the results we wanted (yet). Feel free to change it if it improves :)
There's also the [Jupyter](https://github.com/Kotlin/kotlin-jupyter/tree/master) dependency. Atm Jupyter tests don't run if we compile the integration classes with Kotlin 2.0. I hope this will work once it is not in preview...
It's important to note that DataFrame will likely work fine as a library in your Kotlin 2.0+ project btw, as Kotlin is inherently backwards compatible.
A small fix regarding this was merged [here](https://github.com/Kotlin/dataframe/pull/665). More fixes are on the way here: https://github.com/Kotlin/dataframe/pull/708
One final thing that currently stops us to update is our outdated linter: https://github.com/Kotlin/dataframe/issues/364 It officially only supports Kotlin up to 1.4 or something... Well it finally broke at 2.0.
@Kantis Nice! You could probably even skip the `force()` with setting `kotlin.dataframe.add.ksp=false`, like [here](https://github.com/Kotlin/dataframe/blob/76091c77b99eaa91d0f4d3da87debfc3f820ec8b/gradle.properties#L13).
I'll also check whether it influences https://github.com/Kotlin/dataframe/pull/662 or not
what needs to be done about this pr?
Rewritten but used logic as base in https://github.com/Kotlin/dataframe/pull/1263