diff options
| author | 2023-03-21 01:56:58 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:46 -0700 | |
| commit | c53e9273686493cccde201c387b33aaec0e1be5d (patch) | |
| tree | c9724471d84094782f597e5a1bc34ce87a157086 /src/android | |
| parent | android: Remove deprecated use of onActivityResult (diff) | |
| download | yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.gz yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.xz yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.zip | |
android: Add kotlin parcelize plugin
Diffstat (limited to 'src/android')
| -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 @@ | |||
| 1 | plugins { | 1 | plugins { |
| 2 | id 'com.android.application' | 2 | id 'com.android.application' |
| 3 | id 'org.jetbrains.kotlin.android' | 3 | id 'org.jetbrains.kotlin.android' |
| 4 | id 'kotlin-parcelize' | ||
| 4 | } | 5 | } |
| 5 | 6 | ||
| 6 | /** | 7 | /** |