expect.kt icon indicating copy to clipboard operation
expect.kt copied to clipboard

Add testCompile to build.gradle

Open baruchiro opened this issue 5 years ago • 1 comments

To which build.gradle file we need to add the testCompile line, and what to write instead of 'x.x.x'?

baruchiro avatar Nov 18 '18 12:11 baruchiro

testImplementation 'com.nhaarman:expect.kt:1.0.1'

Would be nice if the readme specified the lastest. You can search the [maven respository][https://mvnrepository.com/artifact/com.nhaarman/expect.kt]

It put the dependency in the app or library build.gradle.

pandasys avatar Jan 07 '19 19:01 pandasys