diff options
| author | 2023-06-11 19:54:54 -0400 | |
|---|---|---|
| committer | 2023-06-14 14:55:25 -0400 | |
| commit | b79c993328f943285dc119c8ebfdd21b18fc747f (patch) | |
| tree | 8b9ebe471e65e6d801417b980b650f3b2372e66a /src/android/app/build.gradle.kts | |
| parent | Merge pull request #10773 from 8bitDream/vcpkg (diff) | |
| download | yuzu-b79c993328f943285dc119c8ebfdd21b18fc747f.tar.gz yuzu-b79c993328f943285dc119c8ebfdd21b18fc747f.tar.xz yuzu-b79c993328f943285dc119c8ebfdd21b18fc747f.zip | |
android: Adapt EmulationActivity to navigation component
Diffstat (limited to 'src/android/app/build.gradle.kts')
| -rw-r--r-- | src/android/app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index fe613d339..a637db78a 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts | |||
| @@ -9,6 +9,7 @@ plugins { | |||
| 9 | id("org.jetbrains.kotlin.android") | 9 | id("org.jetbrains.kotlin.android") |
| 10 | id("kotlin-parcelize") | 10 | id("kotlin-parcelize") |
| 11 | kotlin("plugin.serialization") version "1.8.21" | 11 | kotlin("plugin.serialization") version "1.8.21" |
| 12 | id("androidx.navigation.safeargs.kotlin") | ||
| 12 | } | 13 | } |
| 13 | 14 | ||
| 14 | /** | 15 | /** |