mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Android: Update Kotlin serialization plugin
I forgot to update this, which broke installing GPU drivers Co-Authored-By: OatmealDome <OatmealDome@users.noreply.github.com>
This commit is contained in:
parent
27f5c91624
commit
d83c7c1a70
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
kotlin("plugin.serialization") version "1.8.21"
|
||||
kotlin("plugin.serialization") version "2.2.21"
|
||||
id("androidx.baselineprofile")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user