Merge pull request #332 from vector-im/renovate/kotlin

Update kotlin
This commit is contained in:
Benoit Marty 2023-05-05 12:12:29 +02:00 committed by GitHub
commit ebf3ebfb54
6 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
plugins {
id("io.element.android-library")
alias(libs.plugins.anvil)
kotlin("plugin.serialization") version "1.8.20"
kotlin("plugin.serialization") version "1.8.21"
}
android {