From fe473502b129d701fbeccf505d251a3300d66df3 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Thu, 26 May 2022 10:38:50 +0200 Subject: [PATCH] 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 --- lint.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lint.xml diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000..04a6f06 --- /dev/null +++ b/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file