From 7b6371ada06ca337c0a5e97382be8eca9f2c9650 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 29 Jun 2017 10:15:54 -0700 Subject: Add test libs --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4523c403..9b8446ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,8 @@ dependencies { compile "ca.allanwang:kau:${KAU}" - compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:${KOTLIN}" + compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}" + testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" debugCompile "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}" releaseTestCompile "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}" -- cgit v1.2.3