mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Android: Update Kotlin to 1.8.21
Additionally updates the serialization plugin to match
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.7.20"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.8.21"
|
||||
}
|
||||
|
||||
task copyProfile (type: Copy) {
|
||||
|
Reference in New Issue
Block a user