Skip to content

Commit 107fb90

Browse files
committed
chore: Remove workaround for Kotlin/kotlinx.coroutines#2004
1 parent 20a3252 commit 107fb90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/lint.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
<!-- We're using dependabot to keep dependencies up-to-date -->
44
<issue id="NewerVersionAvailable" severity="ignore"/>
55
<issue id="GradleDependency" severity="ignore"/>
6+
67
<issue id="LockedOrientationActivity" severity="ignore"/>
78
<issue id="ConvertToWebp" severity="informational"/>
89

910
<issue id="InvalidPackage">
1011
<!-- Ignore errors about BC importing javax.naming because we don't use those modules -->
1112
<ignore path="**/bcpkix-*.jar" />
12-
<!-- Temporary until https://github.com/Kotlin/kotlinx.coroutines/issues/2004 is resolved. -->
13-
<ignore path="**/kotlinx-coroutines-core-*.jar" />
1413
</issue>
1514
<issue id="TrustAllX509TrustManager">
1615
<ignore path="org/bouncycastle/est/jcajce/*.class" />

0 commit comments

Comments
 (0)