Add assertj library

This commit is contained in:
Ovi Trif 2018-10-05 20:29:33 +02:00
parent 7f08d805bb
commit c7ef152ccf

View File

@ -11,6 +11,7 @@ repositories {
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71'
testCompile 'junit:junit:4.12'
testCompile "org.assertj:assertj-core:3.8.0"
}
compileKotlin {