Skip to content

Commit 08b61dc

Browse files
fix(deps): update kotlin monorepo to v2.4.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eeeee8d commit 08b61dc

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import com.github.spotbugs.snom.SpotBugsTask
1010
import io.gitlab.arturbosch.detekt.Detekt
1111

1212
plugins {
13-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21"
13+
id("org.jetbrains.kotlin.plugin.compose") version "2.4.10"
1414
id("com.android.built-in-kotlin")
1515
id("com.android.legacy-kapt")
1616
id("com.google.devtools.ksp") version "2.3.9"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
buildscript {
1212

1313
ext {
14-
kotlinVersion = '2.3.21'
14+
kotlinVersion = '2.4.10'
1515
}
1616

1717
repositories {

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27361,6 +27361,11 @@
2736127361
<sha256 value="7adf21d36e9376ad445089e191a7715c9ab1f9503a23124094641d84ee5fcb7d" origin="Generated by Gradle"/>
2736227362
</artifact>
2736327363
</component>
27364+
<component group="org.jetbrains.kotlin" name="kotlin-gradle-plugins-bom" version="2.4.10">
27365+
<artifact name="kotlin-gradle-plugins-bom-2.4.10.pom">
27366+
<sha256 value="733fccda03ae34773e7b5c85d0e278c897df283370059cb39825f7c0381e49b6" origin="Generated by Gradle"/>
27367+
</artifact>
27368+
</component>
2736427369
<component group="org.jetbrains.kotlin" name="kotlin-klib-abi-reader" version="2.3.0">
2736527370
<artifact name="kotlin-klib-abi-reader-2.3.0.jar">
2736627371
<sha256 value="41e31422eb5eb224b9a475fe80eb8d06eb21ad34fb7d0a408d2c972a7abb8cbb" origin="Generated by Gradle"/>
@@ -29226,6 +29231,11 @@
2922629231
<sha256 value="35bbd365a61afa59ad8c116528bced5bd628d3351704173abfc8b75fec04ffad" origin="Generated by Gradle" reason="Artifact is not signed"/>
2922729232
</artifact>
2922829233
</component>
29234+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.4.10">
29235+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.4.10.pom">
29236+
<sha256 value="0c101ab316081659050fe9c0144b1b4bf725ebf9aa9943113bc221e923473d04" origin="Generated by Gradle" reason="Artifact is not signed"/>
29237+
</artifact>
29238+
</component>
2922929239
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.0">
2923029240
<artifact name="atomicfu-0.17.0.module">
2923129241
<sha256 value="12e828b1269614b2e50adfaf0d834c98ba5bba782b93fd157ce1e0a35e60cc0b" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)