Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
813 stars 57 forks source link

Update Kotlin version for compiler plugin #744

Closed koperagen closed 3 months ago

koperagen commented 3 months ago

In the process of updating i found that kotlinx.serialization is more permissive compared to klaxon and parses value to JSON where it shouldn't. Here's the issue https://github.com/Kotlin/kotlinx.serialization/issues/2511

github-actions[bot] commented 3 months ago

Generated sources will be updated after merging this PR. Please inspect the changes in here.

koperagen commented 3 months ago

Thank you!