Commit 0bf2a1c
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
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
0 commit comments