diff --git a/build.gradle b/build.gradle index 17b9ae55..503e2f53 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {