Skip to content

Commit d1f1561

Browse files
committed
update deps
Gradle -> 8.7.3 Ktor -> 3.0.3 kotlinCoroutines -> 1.10.1 kotlinSerialization -> 1.7.3 move publish plugin to toml remove warning
1 parent a2aa9ab commit d1f1561

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

KtorKMPFileCaching/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(libs.plugins.kotlinMultiplatform)
66
alias(libs.plugins.androidLibrary)
77
alias(libs.plugins.kotlinSerialization)
8-
id("com.vanniktech.maven.publish") version "0.30.0"
8+
alias(libs.plugins.publish)
99
}
1010

1111

KtorKMPFileCaching/src/androidMain/kotlin/fr/frankois944/ktorfilecaching/CacheSystem.android.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
2+
13
package fr.frankois944.ktorfilecaching
24

35
import okio.FileSystem

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ plugins {
33
alias(libs.plugins.androidLibrary).apply(false)
44
alias(libs.plugins.kotlinMultiplatform).apply(false)
55
alias(libs.plugins.kotlinSerialization).apply(false)
6+
alias(libs.plugins.publish).apply(false)
67
}

gradle/libs.versions.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[versions]
2-
agp = "8.3.2"
2+
agp = "8.7.3"
33
kotlin = "2.1.0"
4-
kotlinSerialization = "1.7.0" # https://github.com/Kotlin/kotlinx.serialization/releases
5-
kotlinCoroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines/releases
6-
ktor = "3.0.2"
4+
kotlinSerialization = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization/releases
5+
kotlinCoroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines/releases
6+
ktor = "3.0.3" # https://github.com/ktorio/ktor/releases
77
okio = "3.9.1" # https://square.github.io/okio/changelog/
88
slf4jAndroid="1.7.36"
9-
slf4jJvm="2.0.13"
9+
slf4jJvm="2.0.16"
1010
kotlinx-browser="0.3"
1111
kotlinx-datetime="0.6.1"
12+
publish="0.30.0"
1213

1314
[libraries]
1415
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
@@ -27,6 +28,7 @@ kotlinx-browser = { module = "org.jetbrains.kotlinx:kotlinx-browser", version.re
2728
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
2829

2930
[plugins]
31+
publish = { id = "com.vanniktech.maven.publish", version.ref = "publish" }
3032
androidLibrary = { id = "com.android.library", version.ref = "agp" }
3133
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
32-
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinSerialization" }
34+
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jun 20 16:47:04 CEST 2024
1+
#Mon Dec 23 11:14:35 CET 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

kotlin-js-store/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,10 +2065,10 @@ wrappy@1:
20652065
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
20662066
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
20672067

2068-
ws@8.5.0:
2069-
version "8.5.0"
2070-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
2071-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
2068+
ws@8.18.0:
2069+
version "8.18.0"
2070+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
2071+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
20722072

20732073
ws@~8.17.1:
20742074
version "8.17.1"

0 commit comments

Comments
 (0)