Skip to content

Commit

Permalink
fix(android): remove kotlin-android-extensions (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Kim authored Oct 18, 2023
1 parent 9252663 commit c78077f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -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') :
Expand Down

0 comments on commit c78077f

Please sign in to comment.