From 94e23e6aad7128caa9d44c6148dec6a1d69cf5ab Mon Sep 17 00:00:00 2001 From: kimdohun0104 Date: Sat, 31 Oct 2020 16:38:58 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee28edc..5044a7c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ dependencies { implementation "com.github.kimdohun0104.kinda:kinda-core:${kinda_version}" implementation "com.github.kimdohun0104.kinda:kinda-dsl:${kinda_version}" implementation "com.github.kimdohun0104.kinda:kinda-android:${kinda_version}" - implementation "com.github.kimdohun0104.kinda:kinda-android-test:${kinda_version}" + implementation "com.github.kimdohun0104.kinda:kinda-compose:${kinda_version}" + + testImplementation "com.github.kimdohun0104.kinda:kinda-android-test:${kinda_version}" } ```