Skip to content

Commit f80ec4d

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

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.20"
11+
kotlinVersion = "2.2.21"
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.20' apply false
23+
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21' apply false
2424
id 'com.android.library' version '8.13.0' 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
@@ -16515,6 +16515,11 @@
1651516515
<sha256 value="11c1835497fa961ba2941ebcba578e924e7b6a2e74bb4f446fe18969da1d4ecf" origin="Generated by Gradle" reason="Artifact is not signed"/>
1651616516
</artifact>
1651716517
</component>
16518+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.2.21">
16519+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.2.21.pom">
16520+
<sha256 value="45c2d0d6f1f62b1f724900693d48a68f58be3d73602e29f9167489d2332a5fb6" origin="Generated by Gradle" reason="Artifact is not signed"/>
16521+
</artifact>
16522+
</component>
1651816523
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
1651916524
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
1652016525
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -16587,6 +16592,11 @@
1658716592
<sha256 value="a7555d7d4625a985c9739a7f73a2b07f3bc5a7ba2c935e9b5d68e843999ae354" origin="Generated by Gradle" reason="Artifact is not signed"/>
1658816593
</artifact>
1658916594
</component>
16595+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.2.21">
16596+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.2.21.pom">
16597+
<sha256 value="7f622d6052d0496556009103a87d8cbf47148b52b1b0d56da4001d36c6569cb2" origin="Generated by Gradle" reason="Artifact is not signed"/>
16598+
</artifact>
16599+
</component>
1659016600
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
1659116601
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
1659216602
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -16644,6 +16654,11 @@
1664416654
<sha256 value="2ab88999ff3bbcdec0f214e55bdf0358e00bb30adb91c87d808ce6fa9f0c0755" origin="Generated by Gradle" reason="Artifact is not signed"/>
1664516655
</artifact>
1664616656
</component>
16657+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.2.21">
16658+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.2.21.pom">
16659+
<sha256 value="21b88463dbdb8ef26dbbbc57853fadad5d4f002269c30506493f7c9ab0573ac9" origin="Generated by Gradle" reason="Artifact is not signed"/>
16660+
</artifact>
16661+
</component>
1664716662
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.3">
1664816663
<artifact name="atomicfu-0.17.3.module">
1664916664
<sha256 value="854a75a9ebf30cb588e8ceda7da1b7089d4272a12324d3cffcaf5b62902738bd" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)