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
I want to setup similar structure to kotlinMultiplatform example for running kotlin multiplatform banchmarks.
But I have the following warning and I am wondering why should I remove the dependency edge:
w: Kotlin Source Set 'jsBuiltInExecutor' can't depend on 'jsMain' which is a default source set for compilation.
None of source sets can depend on the compilation default source sets.
Please remove this dependency edge.
w: Kotlin Source Set 'jsDefaultExecutor' can't depend on 'jsMain' which is a default source set for compilation.
None of source sets can depend on the compilation default source sets.
Please remove this dependency edge.
The text was updated successfully, but these errors were encountered:
I want to setup similar structure to kotlinMultiplatform example for running kotlin multiplatform banchmarks.
But I have the following warning and I am wondering why should I remove the dependency edge:
The text was updated successfully, but these errors were encountered: