fixed review

This commit is contained in:
Vladimir 2020-08-21 12:46:46 +05:00
parent d961fbd29a
commit 4b38e3fcd3
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,6 @@ dependencies {
implementation project(":kotlin-extensions")
implementation project(":logging")
implementation "androidx.core:core"
implementation "com.google.android.material:material"
implementation "androidx.core:core-ktx"
@ -27,8 +26,12 @@ dependencies {
require '1.3.1'
}
}
implementation("org.jetbrains.kotlin:kotlin-stdlib") {
version {
require '1.3.0'
}
}
}
implementation "org.jetbrains.kotlin:kotlin-stdlib"
}
repositories {