Removed kotlin-standard-library (not needed anymore when using kotlin 1.4+)

This commit is contained in:
Xcreen
2022-03-10 20:09:00 +01:00
parent 35f514984a
commit 3b4e4780c4

View File

@@ -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'