From 9ab65a5ca96eaff04c895a3ddefb16a489d38d8a Mon Sep 17 00:00:00 2001 From: Jay Kim Date: Tue, 17 Oct 2023 12:11:11 +0900 Subject: [PATCH] remove kotlin-android-extensions --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7a786fa2eb..f159fa64c5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' buildscript { def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') :