Skip to content

Commit

Permalink
chore: android kotlin-parcelize apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-devHong committed May 7, 2024
1 parent 30a0b6e commit d52a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def isNewArchitectureEnabled() {

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

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

0 comments on commit d52a560

Please sign in to comment.