Commit d81c5ed
committed
Analysis: Resolve global scope delicate coroutines api warnings
Warning Message: "This is a delicate API and its use requires care.
Make sure you fully read and understand documentation of the declaration
that is marked as a delicate API."
Adding the '@OptIn(DelicateCoroutinesApi::class)' annotation for the
'retrieveCapability(...)' function is the recommended action to resolve
this 'GlobalScope' warning.1 parent b12c5f2 commit d81c5ed
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments