Skip to content

Commit e4d5c19

Browse files
chore(deps): update kotlin monorepo to v2.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 552c162 commit e4d5c19

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
buildscript {
99
ext {
1010
daggerVersion = "2.57.2"
11-
kotlinVersion = "2.2.21"
11+
kotlinVersion = "2.3.0"
1212
jUnitVersion = "4.13.2"
1313
androidXTestVersion = "1.3.0"
1414
androidXEspressoTestVersion = "3.7.0"
@@ -20,7 +20,7 @@ buildscript {
2020

2121
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222
plugins {
23-
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21' apply false
23+
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0' apply false
2424
id 'com.android.library' version '8.13.2' apply false
2525
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
2626
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false

gradle/verification-metadata.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16851,6 +16851,11 @@
1685116851
<sha256 value="45c2d0d6f1f62b1f724900693d48a68f58be3d73602e29f9167489d2332a5fb6" origin="Generated by Gradle" reason="Artifact is not signed"/>
1685216852
</artifact>
1685316853
</component>
16854+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.3.0">
16855+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.3.0.pom">
16856+
<sha256 value="234296286f913e831cb7c6fa37b16ac59184175d2f40d182c589e5da0c883f6c" origin="Generated by Gradle" reason="Artifact is not signed"/>
16857+
</artifact>
16858+
</component>
1685416859
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
1685516860
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
1685616861
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -16928,6 +16933,11 @@
1692816933
<sha256 value="7f622d6052d0496556009103a87d8cbf47148b52b1b0d56da4001d36c6569cb2" origin="Generated by Gradle" reason="Artifact is not signed"/>
1692916934
</artifact>
1693016935
</component>
16936+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.3.0">
16937+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.3.0.pom">
16938+
<sha256 value="48bf054ae26cb79c49c013c5e0f34f39db27936911c556c05915929ce3c83ea2" origin="Generated by Gradle" reason="Artifact is not signed"/>
16939+
</artifact>
16940+
</component>
1693116941
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
1693216942
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
1693316943
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -16990,6 +17000,11 @@
1699017000
<sha256 value="21b88463dbdb8ef26dbbbc57853fadad5d4f002269c30506493f7c9ab0573ac9" origin="Generated by Gradle" reason="Artifact is not signed"/>
1699117001
</artifact>
1699217002
</component>
17003+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.3.0">
17004+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.3.0.pom">
17005+
<sha256 value="4a534126326a7852010bf1a7c6da5a57e1561c6bebf945f90e2d209dab06d9ba" origin="Generated by Gradle" reason="Artifact is not signed"/>
17006+
</artifact>
17007+
</component>
1699317008
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.3">
1699417009
<artifact name="atomicfu-0.17.3.module">
1699517010
<sha256 value="854a75a9ebf30cb588e8ceda7da1b7089d4272a12324d3cffcaf5b62902738bd" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)