Hey, do you have a very simple example of JS libra...
# javascript
s
Hey, do you have a very simple example of JS library built from a multiplatform project with 1.4? I updated to 1.4 and I’m struggling to generate it (before I was using
runDceJsKotlin
). 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.
r
https://reduxkotlin.org/ version 0.5.5 is build with 1.4.
s
thx I will take a look on this