You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a multi-module project with few modules. In one of them, apply a Kotlin multiplatform plugin and create a function with the same name. Generate the documentation. Link for the object in grid will lead to invalid module (see the screenshot: link from clash function in module bmodule leads to amodule).
With the flag mergeImplicitExpectActualDeclarations the same scenario works correctly.
Create a multi-module project with few modules. In one of them, apply a Kotlin multiplatform plugin and create a function with the same name. Generate the documentation. Link for the object in grid will lead to invalid module (see the screenshot: link from clash function in module
bmodule
leads toamodule
).With the flag
mergeImplicitExpectActualDeclarations
the same scenario works correctly.To Reproduce
repro.zip
Installation
The text was updated successfully, but these errors were encountered: