Skip to content

Commit 7c9d046

Browse files
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.8.22
1 parent 4a3001a commit 7c9d046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ plugins {
7070
id("com.android.application") version "7.4.2"
7171
kotlin("android").version("1.8.20")
7272
kotlin("kapt").version("1.8.20")
73-
kotlin("plugin.serialization") version "1.8.20"
73+
kotlin("plugin.serialization") version "1.8.22"
7474
}
7575

7676
repositories {

0 commit comments

Comments
 (0)