diff options
| -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 | /** |