blob: a793c540d51682342f0ea138e76bf762393d8127 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">
<issue
id="RawDispatchersUse"
message="Use SlackDispatchers."
errorLine1=" dispatcher: CoroutineDispatcher = Dispatchers.IO,"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/mozilla/components/lib/publicsuffixlist/PublicSuffixList.kt"
line="31"
column="37"/>
</issue>
</issues>
|