Hello! We're writing some shared (JVM/JS) code and...
# javascript
e
Hello! We're writing some shared (JVM/JS) code and we run into one problem: the
Math
part of the standard library doesn't require an import for the JVM, but can't be found when compiling to JS... Is there a way to do this properly?