Join Slack
Communities
Powered by
I'm trying to use Kotlin, IntelliJ, Gradle, JUnit5...
# getting-started
d
David Holmes
03/19/2019, 8:48 PM
I'm trying to use Kotlin, IntelliJ, Gradle, JUnit5 and kotlin.test and I'm new to all of them.
gradle build
is failing with
Unresolved reference: test
for
import kotlin.test
(and all the other test stuff). What do I need to put in my
build.gradle
to make it work?
Open in Slack
Previous
Next