Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
499 stars 40 forks source link

kotlinMultiplatform example configuration is producing source set warning #243

Open marchuk0 opened 2 months ago

marchuk0 commented 2 months ago

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.