Tepes Lucian Victor
09/01/2025, 8:20 PMJsExport from javascript - basically text input config with the wasm app as the preview as you edit the config. Haven't seen this example and when trying to `import { setConfig } from './composeApp.mjs';`in another js file i'm getting Failed to resolve module specifier "@js-joda/core". Relative references must start with either "/", "./", or "../".
TypeError: Failed to resolve module specifier "@js-joda/core". Relative references must start with either "/", "./", or "../".. Thoughts?Tepes Lucian Victor
09/01/2025, 8:23 PMTepes Lucian Victor
09/03/2025, 5:21 PMwindow.config variable. Js writes to it and kotlin polls the value every x millis. Not pretty but it gets the job done for my needs.