|
@@ -79,12 +79,9 @@ dependencies {
|
|
|
implementation("androidx.compose.material3:material3:1.1.2")
|
|
implementation("androidx.compose.material3:material3:1.1.2")
|
|
|
|
|
|
|
|
// ktor
|
|
// ktor
|
|
|
- // noinspection GradleDependency todo: https://youtrack.jetbrains.com/issue/KTOR-6396
|
|
|
|
|
- implementation("io.ktor:ktor-client-okhttp:2.3.4")
|
|
|
|
|
- // noinspection GradleDependency todo: https://youtrack.jetbrains.com/issue/KTOR-6396
|
|
|
|
|
- implementation("io.ktor:ktor-client-content-negotiation:2.3.4")
|
|
|
|
|
- // noinspection GradleDependency todo: https://youtrack.jetbrains.com/issue/KTOR-6396
|
|
|
|
|
- implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.4")
|
|
|
|
|
|
|
+ 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("org.slf4j:slf4j-simple:2.0.9")
|
|
implementation("org.slf4j:slf4j-simple:2.0.9")
|
|
|
|
|
|
|
|
// sqldelight
|
|
// sqldelight
|
|
@@ -96,10 +93,6 @@ dependencies {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-versionCheckerOptions {
|
|
|
|
|
- "io.ktor" lessThan "2.3.5" // todo: https://youtrack.jetbrains.com/issue/KTOR-6396
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
sqldelight {
|
|
sqldelight {
|
|
|
databases {
|
|
databases {
|
|
|
create("OutlineDatabase") {
|
|
create("OutlineDatabase") {
|