Skip to content

Commit 0bf2a1c

Browse files
committed
Deps: Remove kotlinx coroutines from app
These unused dependencies got added to this module via this (56a0534) commit, which amongst other changes, moved the media placeholders into it's own module. However, these dependencies never got to be used and as such can be safely removed. ------------------------------------------------------------------------ This removal was suggested by the dependency analysis report, see below: Advice for :app Unused dependencies which should be removed: implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4' ... Dependencies which should be removed or changed to runtime-only: runtimeOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' (was implementation)
1 parent 796dec4 commit 0bf2a1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ dependencies {
4747
implementation project(':wordpress-shortcodes')
4848
implementation project(':media-placeholders')
4949

50-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
51-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
52-
5350
implementation 'androidx.appcompat:appcompat:1.0.0'
5451
implementation "org.wordpress:utils:$wordpressUtilsVersion"
5552

0 commit comments

Comments
 (0)