Stan Kocken
08/20/2020, 12:10 PMrunDceJsKotlin
). I have a .js
file, but everything is obfuscated inside. I just want to have a public API for my .js
library to be used by a web-developer. The JsName
annotation is not helping.
I just want to have a simple method called compute()
that calls other kotlin code (shared with other) and callable from a web-developer through a JS library (not node) I would provide.Robert Jaros
08/20/2020, 12:24 PMStan Kocken
08/20/2020, 12:25 PM