remove unneeded import statement

This commit is contained in:
Franek 2024-06-16 12:13:36 +02:00
parent a4ac17143f
commit 743050712b
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -1,5 +1,3 @@
import android.annotation.SuppressLint
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt' apply plugin: 'kotlin-kapt'