From 743050712b6cd2301e4a3347c3db3ea6b9b9e5d7 Mon Sep 17 00:00:00 2001 From: sadorowo Date: Sun, 16 Jun 2024 12:13:36 +0200 Subject: [PATCH] remove unneeded import statement --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4ec9bd31..4931f1df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,3 @@ -import android.annotation.SuppressLint - apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt'