2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

android: Add kotlin parcelize plugin

This commit is contained in:
Charles Lombardo 2023-03-21 01:56:58 -04:00 committed by bunnei
parent e2a7143a3d
commit c53e927368

View file

@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-parcelize'
}
/**