What is the status of MPP? is it possible to write...
# spek
r
What is the status of MPP? is it possible to write a spek test in a common module and run it for a jvm module?
r
Tests in common and JVM modules are supported (see https://github.com/spekframework/spek/tree/2.x/samples/multiplatform) Though IDE support is a bit wonky atm.
Also, initial support for Kotlin Native was merged recently and it kinda broke running common tests from IJ. Running them via gradle works fine, but a bit brittle whenever a new version of kotlin comes out (a compiler plugin was needed to make it work and its api is not stable yet)
r
sounds good 🙂