|
|
@@ -63,7 +63,7 @@ android {
|
|
|
compose = true
|
|
|
}
|
|
|
composeOptions {
|
|
|
- kotlinCompilerExtensionVersion = "1.5.3"
|
|
|
+ kotlinCompilerExtensionVersion = "1.5.4"
|
|
|
}
|
|
|
packaging {
|
|
|
resources {
|
|
|
@@ -79,9 +79,9 @@ dependencies {
|
|
|
implementation("androidx.compose.material3:material3:1.1.2")
|
|
|
|
|
|
// ktor
|
|
|
- implementation("io.ktor:ktor-client-okhttp:2.3.5")
|
|
|
- implementation("io.ktor:ktor-client-content-negotiation:2.3.5")
|
|
|
- implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.5")
|
|
|
+ implementation("io.ktor:ktor-client-okhttp:2.3.6")
|
|
|
+ implementation("io.ktor:ktor-client-content-negotiation:2.3.6")
|
|
|
+ implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.6")
|
|
|
implementation("org.slf4j:slf4j-simple:2.0.9")
|
|
|
|
|
|
// sqldelight
|