Skip to content
New issue

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

Kernel uses serialization runtime from itself, not the library #161

Closed
altavir opened this issue Mar 10, 2021 · 2 comments
Closed

Kernel uses serialization runtime from itself, not the library #161

altavir opened this issue Mar 10, 2021 · 2 comments

Comments

@altavir
Copy link
Contributor

altavir commented Mar 10, 2021

@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.1.0")
import kotlinx.serialization.builtins.*
Boolean.serializer().descriptor.isInline

isInline property is available in serialization 1.1.0, but Jupyter can't find it. In the current version (0.8.3.275) serialization, 1.0.1 is used so it probably takes serialization from there.

@altavir
Copy link
Contributor Author

altavir commented Mar 10, 2021

The latest build (0.8.3.279) Indeed fixes the problem, but it is only a workaround. Platform serialization should not leak into the notebook content.

@ileasile
Copy link
Collaborator

Problem should be fixed in 0.8.3.280
See commit adaadf2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants