camunda-community-hub / script-connector

Zeebe worker for script evaluation
Apache License 2.0
28 stars 21 forks source link

Add support for Kotlin Scripting (JSR223) #72

Closed aivinog1 closed 3 years ago

aivinog1 commented 3 years ago

I'm thinking about adding support for the Kotlin script. Kotlin Scripting Engine supports JSR223, see an example there: https://github.com/JetBrains/kotlin/tree/master/libraries/examples/kotlin-jsr223-local-example

saig0 commented 3 years ago

I like the idea :+1:

aivinog1 commented 3 years ago

I will add a PR with this in an hour :)