From b67a5fdc9fb7b78d66a2ab8c4e87f8db1167e646 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Tue, 28 Dec 2021 13:22:08 +0530 Subject: [PATCH] Add: Standard Lib for Kotlin --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index c5549ee9..30f4ec23 100644 --- a/build.gradle +++ b/build.gradle @@ -125,6 +125,7 @@ repositories { dependencies { // Core + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'androidx.appcompat:appcompat-resources:1.4.0'