Skip to content

Commit cd25ed6

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

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.0"
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.0'
1515
}
1616

1717
repositories {

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27349,6 +27349,11 @@
2734927349
<sha256 value="7adf21d36e9376ad445089e191a7715c9ab1f9503a23124094641d84ee5fcb7d" origin="Generated by Gradle"/>
2735027350
</artifact>
2735127351
</component>
27352+
<component group="org.jetbrains.kotlin" name="kotlin-gradle-plugins-bom" version="2.4.0">
27353+
<artifact name="kotlin-gradle-plugins-bom-2.4.0.pom">
27354+
<sha256 value="8067da597f6e705c0edc50dc4f00293f326ba1b085d7b6a18871c569b1e8ec3e" origin="Generated by Gradle"/>
27355+
</artifact>
27356+
</component>
2735227357
<component group="org.jetbrains.kotlin" name="kotlin-klib-abi-reader" version="2.3.0">
2735327358
<artifact name="kotlin-klib-abi-reader-2.3.0.jar">
2735427359
<sha256 value="41e31422eb5eb224b9a475fe80eb8d06eb21ad34fb7d0a408d2c972a7abb8cbb" origin="Generated by Gradle"/>
@@ -29214,6 +29219,11 @@
2921429219
<sha256 value="35bbd365a61afa59ad8c116528bced5bd628d3351704173abfc8b75fec04ffad" origin="Generated by Gradle" reason="Artifact is not signed"/>
2921529220
</artifact>
2921629221
</component>
29222+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.4.0">
29223+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.4.0.pom">
29224+
<sha256 value="1446749f7236252d12ab350a19488aad1368fbf4f2d390386956c62ffbb76ddd" origin="Generated by Gradle" reason="Artifact is not signed"/>
29225+
</artifact>
29226+
</component>
2921729227
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.0">
2921829228
<artifact name="atomicfu-0.17.0.module">
2921929229
<sha256 value="12e828b1269614b2e50adfaf0d834c98ba5bba782b93fd157ce1e0a35e60cc0b" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)