Been working on a simple project that I'd like to consume from JS. Didn't realize you would have to use all of the package name anytime you wanted to use part of the package.
Is it possible to make the different classes and methods in the package importable from the root?
x
xxfast
09/07/2022, 5:47 AM
you can also keep all the typealiases in the root level and let the long-package names only be referenced in kotlin