From c78077ff0a3e0a2410fbc750ae5f2c0457e9eb22 Mon Sep 17 00:00:00 2001 From: Jay Kim Date: Thu, 19 Oct 2023 05:31:31 +0900 Subject: [PATCH] fix(android): remove kotlin-android-extensions (#3299) --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7a786fa2..f159fa64 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') :