Is there a way to run pre-release versions in Kotl...
# datascience
p
Is there a way to run pre-release versions in Kotlin notebooks? Have been playing with context receivers, but when enabling that in 1.6.20 it creates pre-prerelease versions of my libs that cannot be loaded in Jupyter kernels.
i
Hi, please try this in the notebook cell @file:CompilerArgs("-Xskip-prerelease-check")
p
Works like a charm, just has the be run in the first cell before my lib is loaded. Thanks!!!
a
Probably even better to just add context receiver flag in the same way.
👍 1
i
Context receivers won't work in the notebook(
a
Ah, OK. Still in prototype. Does not work on JS as well.