From d1ed8498e56b4580f27af8142e3e401e2841872e Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 25 Dec 2018 22:27:23 -0500 Subject: Introduce android ktx --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index a869c7bf..c7d78537 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -184,6 +184,8 @@ dependencies { // TODO temp implementation "org.jetbrains.anko:anko-commons:0.10.8" + implementation "androidx.core:core-ktx:${KTX}" + // implementation "org.koin:koin-android:${KOIN}" // testImplementation "org.koin:koin-test:${KOIN}" // androidTestImplementation "org.koin:koin-test:${KOIN}" -- cgit v1.2.3