Ho I can setup a `kmm` project with `JUnit5` ? in...
# multiplatform
m
Ho I can setup a
kmm
project with
JUnit5
? in special in the
shared
folder… I create a
kmm
from the wizard.
c
Junit cannot be used on iOS, it's written in Java.
m
mmmmm…..
kotlin.test.Test
is to use… only… ? but I want the tests in the Kotlin part only basically .. iOS I only plan the Presentation…
JUnit4
is also per default configured in the
kmm
project from the wizard…
c
You can only use Junit on the JVM/Android sides, but you can use
kotlin.test
everywhere you'd like.
👍 1
m
yes thank I just got errors 2 with klunet lib. 🙈after I build it again. good too know now
back 2 start :)