We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fb9df commit 822a487Copy full SHA for 822a487
app/build.gradle
@@ -130,7 +130,8 @@ dependencies {
130
131
implementation "androidx.datastore:datastore-preferences:1.1.7"
132
133
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
+ // Updating requires Kotlin 2.0.0 or higher
134
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
135
136
implementation 'com.maxkeppeler.sheets-compose-dialogs:core:1.2.0'
137
implementation 'com.maxkeppeler.sheets-compose-dialogs:duration:1.2.0'
0 commit comments