Hi. Recently updated to `IntelliJ 2023.3.1` and I'...
# intellij
f
Hi. Recently updated to
IntelliJ 2023.3.1
and I'm no longer able to run kotlin multi-platform tests for the JS target. • On
commonTest
, the test runs immediately on
jvm
without asking to the target platform (before it would allow to select between
jvm
,
js/node
and
js/browser
• On
jsTest
,
@Test
annotated functions are not detected as tests. I had the same behaviour on
2023.3.0
, but it did work
2022.*
. Is there any documented change on this behaviour?
e
Enable experimental multiplatform features in Settings.