We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%use klaxon(2.1.8) class Person (val name: String, var age: Int = 23) val klaxon = Klaxon() klaxon.parse<Person>(""" { "name": "John Smith" } """)
Fails with runtime error, because script is compiled with kernel's klaxon 5.2, but is evaluated with imported klaxon 2.1.8.
The text was updated successfully, but these errors were encountered:
Upgrade klaxon dependency as a hotfix of klaxon integration failure c…
520f746
…aused by #27
Reproduce bug #27, update zeromq dependency
43bd120
343b9e0
02eb22c
…aused by Kotlin/kotlin-jupyter#27
No branches or pull requests
Fails with runtime error, because script is compiled with kernel's klaxon 5.2, but is evaluated with imported klaxon 2.1.8.
The text was updated successfully, but these errors were encountered: