Skip to content

Commit

Permalink
chore: android kotlin version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-devHong committed May 7, 2024
1 parent a037a1f commit 12b5afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def isNewArchitectureEnabled() {

apply plugin: "com.android.library"
apply plugin: "kotlin-android"
apply plugin: 'kotlin-android-extensions'

if (isNewArchitectureEnabled()) {
apply plugin: "com.facebook.react"
Expand Down

0 comments on commit 12b5afc

Please sign in to comment.