I've got a multiplatform project with three targets; Android, iOS, and JS
With regards for testing, I did no explicit configuration for Android or iOS, but in
build.gradle.kts
I did add a
testTask
block where I set up Karma in my
kotlin.js
block.
However, only two out of the expected three targets are showing up in my UI. Running the
:jsBrowserTest
Gradle task on its own works fine, though.
Any ideas?
❓ 1
l
Luv Kumar
07/24/2025, 11:20 AM
had asked this some time ago in #C0B8H786P with no luck, just subbing in case someone answers with a solution.
m
Maciej Procyk
07/25/2025, 10:47 AM
Thanks for the report @Alyxia Sother. I reproduced the issue and created KTIJ-35025 for this to be fix. Please vote for it/follow the ticket for future updates.