From 8df7c3b7cdf25552afdf60dcbd0581a910e27983 Mon Sep 17 00:00:00 2001 From: overtorment Date: Sun, 1 Jan 2023 20:03:54 +0000 Subject: [PATCH] REF: remove kotlin deprecation warning --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 94c3f4c79..028263842 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,6 +1,5 @@ apply plugin: "com.android.application" apply plugin: "kotlin-android" -apply plugin: "kotlin-android-extensions" import com.android.build.OutputFile