Hi team, in web build of compose multiplatform pro...
# compose-web
s
Hi team, in web build of compose multiplatform project, i am getting following error in console:
Copy code
caught Error: Error loading module 'compose-instagram-clone-multiplatform'. Its dependency '@js-joda/core' was not found. Please, check whether '@js-joda/core' is loaded prior to 'compose-instagram-clone-multiplatform'.
Any idea how to fix this?
I can see in build folder, package.json in packages/project_name, its using "@js-joda/core": "3.2.0", then i found out its being used in kotlinx datetime, and i am not even adding kotlinx datetime, dependency, i dont know how its loading that automatically,