kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

kotlinx.benchmark 0.4.4 doesn't work with JS IR

Open whyoleg opened this issue 3 years ago • 1 comments
trafficstars

reproducer: https://github.com/rsocket/rsocket-kotlin/tree/kotlinx.benchmark-issue-js (check latest commit, which adds JS IR target)

During IDEA sync fails with KotlinSourceSet with name 'kotlinBaselineJsIrBenchmark' not found. JS Legacy syncs successfully

whyoleg avatar Jun 27 '22 19:06 whyoleg

also reproducible on 0.4.2/0.4.3 with kotlin 1.6.20

workaround for both 0.4.2-0.4.4 to just create this sourceSet

whyoleg avatar Jun 27 '22 21:06 whyoleg