<@U0B94AR3J> will strikt support kotlin multiplatf...
# strikt
r
@robfletcher will strikt support kotlin multiplatform or just the JVM?
r
Not sure yet. I’m only working on the JVM but if possible it would be nice to support JS and native too. I guess opentest4j could be an issue there. If I can integrate it in an optional way it will be ok.
Fundamentally it’s about using opentest4j exception types but no reason that couldn’t be done behind an interface that can do something else on other platforms
r
Should be possible with
expect/actual
declarations. opentest4j is interesting, I wonder if it could be extended to cover other platforms/languages as well.