1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-29 19:41:14 +03:00

No need to add explicit dependencies on stdlib, this is added by the gradle plugin since 1.4

https://kotlinlang.org/docs/whatsnew14.html#dependency-on-the-standard-library-added-by-default
This commit is contained in:
Benoit Marty
2021-10-19 19:06:27 +02:00
parent 97464969ea
commit 85983562fa
6 changed files with 0 additions and 8 deletions

View File

@ -35,7 +35,6 @@ dependencies {
implementation project(":matrix-sdk-android")
implementation libs.androidx.appCompat
implementation libs.jetbrains.kotlinStdlibJdk7
implementation libs.jetbrains.coroutinesCore
implementation libs.jetbrains.coroutinesAndroid
implementation libs.androidx.lifecycleLivedata