Suppress AgentPremain lint checks

This file isn't used on Android but lint warns about
invalid imports.
More info here: https://github.com/Kotlin/kotlinx.coroutines/issues/3277
This commit is contained in:
Kirill Kamakin
2022-05-26 10:38:50 +02:00
parent 009118dfb9
commit fe473502b1

6
lint.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage">
<ignore regexp="kotlinx.coroutines.debug.AgentPremain" />
</issue>
</lint>