From 3b4e4780c4f66f4fd962c50f7a456c8d98f714df Mon Sep 17 00:00:00 2001 From: Xcreen Date: Thu, 10 Mar 2022 20:09:00 +0100 Subject: [PATCH] Removed kotlin-standard-library (not needed anymore when using kotlin 1.4+) --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 340e7d2..77420f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'