Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlinMultiplatform example configuration is producing source set warning #243

Open
marchuk0 opened this issue Jul 10, 2024 · 0 comments
Open

Comments

@marchuk0
Copy link

marchuk0 commented Jul 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant