mavenLocal was blocking the download of mpp libraries after a first run of the desktop app. which meant that it was impossible to run the js version of the app after since the mpp versions of libraries were not being fetched. this manifested as a compile time error for unresolved dependencies and a dependency tree that showed only jvm libraries in a javascript context as such:
Why is this happening?
mavenLocal was blocking the download of mpp libraries after a first run of the desktop app. which meant that it was impossible to run the js version of the app after since the mpp versions of libraries were not being fetched. this manifested as a compile time error for unresolved dependencies and a dependency tree that showed only jvm libraries in a javascript context as such:
How is it being fixed?
by removing
mavenLocal
from the gradle settings.