What’s the recommended way to use kotlin.test or k...
# announcements
v
What’s the recommended way to use kotlin.test or kotlintest in IntelliJ projects?
s
what do you mean?
v
How do you add kotlin.test library to an IntelliJ project to use assertion functions and annotations in tests? Same question about kotlintest.
s
are you using maven or gradle?
v
None. Just IntelliJ.
I am trying to set it all up to run the tests from IntelliJ.
s
If you aren't using maven or gradle, you'll need to add the kotlin.test jar to the classpath yourself.
109 Views