Skip to content

Commit

Permalink
Remove unused imports + revert to kotlin jdk7 import
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 20, 2024
1 parent f9cc7cf commit a842f0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion currencyii/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0'

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
Expand Down
3 changes: 0 additions & 3 deletions eurotoken/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
annotationProcessor "androidx.room:room-compiler:$room_version"
testImplementation "app.cash.sqldelight:sqlite-driver:$sqldelight_version"



}
1 change: 0 additions & 1 deletion valuetransfer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
annotationProcessor "androidx.room:room-compiler:$room_version"
testImplementation "app.cash.sqldelight:sqlite-driver:$sqldelight_version"

// Blocking dialog and top snacbkbar
implementation 'com.jaredrummler:blocking-dialog:1.0.0'
Expand Down

0 comments on commit a842f0f

Please sign in to comment.