Hey guys, I'm facing a weird problem with my compo...
# multiplatform
k
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
What is your Gradle config? Sounds like something is not properly configured.
k
it's fixed now still thanks