I think there may be a potential bug in kotlin-jupyter-kernel. I installed a jupyter lab with kotlin-jupyter-kernel and I added a 3rd party jar to call the functions in the jar. It works fine on ...
Introduction Imagine adding new methods to a class, intercepting method calls, or building dynamic proxies — all at runtime — without touching the original source code. That’s exactly what Byte Buddy ...