What would be required to publish the Kotlin Kernel jars to a package repository like maven so I could simply specify it as a dependency in a gradle file to install it for embedding purposes?
b
bjonnh
11/29/2020, 5:45 PM
What's the use case for that ? I'm curious
f
Florian Magin
11/29/2020, 5:48 PM
Embedding it into another GUI application to have Jupyter tooling available inside the specific application. Basically nearly use cases where Jython would have been used