https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Sabeeh

11/17/2023, 10:32 AM
I have developed Ksoup (https://github.com/fleeksoft/ksoup), a Kotlin Multiplatform library that is used to parse HTML and XML, and is ported from jsoup. I'm facing an issue with running test cases: most of my test cases are in
commonTest
, and I want to run these tests on all supported platforms. Can someone please assist me in finding a Gradle command to run tests on Android, iOS, Desktop (Windows, Mac, & Linux) platforms?
🎉 2
4 Views