I've got a multiplatform project with three target...
# multiplatform
a
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
had asked this some time ago in #C0B8H786P with no luck, just subbing in case someone answers with a solution.
m
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.
thank you color 2