fix(android): remove kotlin-android-extensions (#3299)

This commit is contained in:
Jay Kim 2023-10-19 05:31:31 +09:00 committed by GitHub
parent 9252663b4b
commit c78077ff0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') :