Closed atsushieno closed 3 years ago
Right now LocalFileStreamResolver cannot find default-macro.mml which is part of src/commonMain/resources because we don't know where it is...
default-macro.mml
src/commonMain/resources
Now it is resolved for node.JS in dev. environment for unit tests. Not sure if it works when packaged as npm or whatever, but that's another story.
Right now LocalFileStreamResolver cannot find
default-macro.mml
which is part ofsrc/commonMain/resources
because we don't know where it is...