Join Slack
Powered by
If I want to invoke a javascript function from kot...
# announcements
r
rrva
04/17/2018, 3:37 PM
If I want to invoke a javascript function from kotlin, in a kotlin app running on the jvm, how do I do this?
a
andyb
04/17/2018, 3:41 PM
stackoverflow
You should be able to use the standard Java classes to do this: see
https://stackoverflow.com/questions/14320308/how-to-run-javascript-in-java-programming
2
Views
Open in Slack
Previous
Next