Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit a98147c

Browse files
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.8.22
1 parent 5af8ffe commit a98147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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)