I assume that managing a maven package requires at...
# datascience
f
I assume that managing a maven package requires at least some effort, and I am aware that until recently there has been absolutely no point to it, because the kernel wasn't designed for embedding into other JVM projects before. My ideal user experience would basically be that I can specify something like
compile "jetbrains:kotlin-jupyter-kernel:0.8.2"
in my gradle file and this automatically gets the jar from an official source and resolves the dependencies to the relevant kotlin lib/runtime/reflect jars
z
@Ilya Muradyan what do you think?