Skip to content

Commit 822a487

Browse files
committed
chore: Update org.jetbrains.kotlinx:kotlinx-serialization-json to 1.6.3
1 parent a1fb9df commit 822a487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ dependencies {
130130

131131
implementation "androidx.datastore:datastore-preferences:1.1.7"
132132

133-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
133+
// Updating requires Kotlin 2.0.0 or higher
134+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
134135

135136
implementation 'com.maxkeppeler.sheets-compose-dialogs:core:1.2.0'
136137
implementation 'com.maxkeppeler.sheets-compose-dialogs:duration:1.2.0'

0 commit comments

Comments
 (0)