mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Android: Update Kotlin to 1.8.21
Additionally updates the serialization plugin to match
This commit is contained in:
parent
4934b6e30b
commit
7822e662f5
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue