bum
01/20/2020, 6:14 PMkotlin.test
from somewhere else?
For what I understood the references says kotlin.test
is a core library
(https://kotlinlang.org/api/latest/kotlin.test/index.html)
but when I try to use @Test
annotation, Intellij tells me it is not defined
What should I do to use kotlin.test library?
Thanks in advance.Dico
01/20/2020, 6:35 PMkotlin("test-junit")
dependency assuming you're on JVM platform.