This message was deleted.
# community-support
s
This message was deleted.
3
j
I would expect they become compatible with KMP some day
e
Yeah I hope so too. 🙂
v
I guess there is too much wiring they do maybe. But feel free to open a feature request if there is none yet, you will get my thumbs-up 🙂
e
Reading and writing took more effort than was available during the day today, but I'll follow up and get back here..
👌 2
So I finally got around to submitting an issue.. 😅 https://github.com/gradle/gradle/issues/25107
👍 1
v
While rethinking about it, test suites most probably are platform agnostic. It is just the case that there is only a
jvm-test-suites
plugin registering the
JvmTestSuite
type. But there could probably easily plugins be written that support other types as the test suites container is polymorphic.
e
Hmm, right.. So Kotest could for instance create a KotestMultiplatformTestSuite.. 🤔
v
Quite possible, I didn't try yet.