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