Hey team, I'm new to the kotlin world and excited ...
# scripting
p
Hey team, I'm new to the kotlin world and excited about the possibilities. I'm trying to implement a framework that can facilitate running kotlin jsr223 in an OSGi plugin environment. Followed the example that I could find, and all works standalone, but when I deploy that in a web app as an OSGi bundle, its unable to find the kotlin-stdlib.jar. Any help/pointers to help me resolve this issue is sincerely appreciated. Thanks
i
Hi! Unfortunately there are problems mixing OSGi and scripting, see https://youtrack.jetbrains.com/issue/KT-24558. Most likely solvable, but never were pressing enough to investigate. We will appreciate any input on this, but I'm not sure we'll be able to spend much time on it in the nearest future.
👀 1