Hey guys, I'm facing a weird problem with my compose multiplatform project, when I tried to add files in wasmJs module or even accessed the existing files, I saw the code was not indexed and I was unable to get any import suggestion and also when I add an actual implementation of an expected function it was giving the following error
"actual fun exampleFun(): Unit' has no corresponding expected declaration"
on running the web app
s
Skaldebane
08/09/2024, 7:12 AM
What is your Gradle config? Sounds like something is not properly configured.