I have project with web target.
My project structure is:
- commonMain
- commonTest
- webMain
After start application I got following error:
Source set 'webMain' couldn't resolve dependencies for all target platforms
Couldn't resolve dependency 'network.chaintech:cmptoast' in 'webMain' for all target platforms.
The dependency should target platforms: [js, wasmJs]
Unresolved platforms: [js]