diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-21 01:56:58 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 00:05:46 -0700 |
commit | c53e9273686493cccde201c387b33aaec0e1be5d (patch) | |
tree | c9724471d84094782f597e5a1bc34ce87a157086 /src | |
parent | e2a7143a3de230cec21a802f598e8e4e954b3a5e (diff) |
android: Add kotlin parcelize plugin
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index c62177e6d..22f2d4b80 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' + id 'kotlin-parcelize' } /** |