Is it possible to replace or disable kotlin-test i...
# kotlin-native
c
Is it possible to replace or disable kotlin-test if you want to use a different test framework? I’m trying to implement support for Spek on Kotlin/Native, but any test source set gets kotlin-test automatically. I’ve tried adding my own
main()
in the test source set but kotlin-native is still used
o
Just compile your tests as if they were regular programs.
c
So I can't use the standard test source set and should instead create my own?
o
Yep
c
Are there any plans to make it easier to use other test frameworks in place of kotlin-test?
o
Not immediately, it doesn’t look like high priority to us