Skip to content

Commit 8e20b4a

Browse files
chore(deps): update kotlin monorepo to v2.2.0
1 parent ba7b0b0 commit 8e20b4a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildscript {
99
ext {
1010
daggerVersion = "2.56.2"
11-
kotlinVersion = "2.1.21"
11+
kotlinVersion = "2.2.0"
1212
}
1313
}
1414

1515
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1616
plugins {
17-
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.21' apply false
17+
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.0' apply false
1818
id 'com.android.library' version '8.10.1' apply false
1919
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
2020
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false

gradle/verification-metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
<trusted-key id="C70B844F002F21F6D2B9C87522E44AC0622B91C3" group="com.beust" name="jcommander" version="1.82"/>
228228
<trusted-key id="C7BE5BCC9FEC15518CFDA882B0F3710FA64900E7" group="^com[.]google($|([.].*))" regex="true"/>
229229
<trusted-key id="CE8075A251547BEE249BC151A2115AE15F6B8B72" group="org.apache.commons" name="commons-compress" version="1.21"/>
230+
<trusted-key id="D477D51812E692011DB11E66A6EA2E2BF22E0543" group="io.github.java-diff-utils"/>
230231
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
231232
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
232233
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>
@@ -12974,6 +12975,11 @@
1297412975
<sha256 value="c9027c3c5bef33e8ee4d5d61543a1043e9552b79f0f3ad4452574f80239cd832" origin="Generated by Gradle" reason="Artifact is not signed"/>
1297512976
</artifact>
1297612977
</component>
12978+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.2.0">
12979+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.2.0.pom">
12980+
<sha256 value="fcf8d6aab9825287f834bc3616d034f3edfa9b8cb1ae122bee939970fb389fc6" origin="Generated by Gradle" reason="Artifact is not signed"/>
12981+
</artifact>
12982+
</component>
1297712983
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
1297812984
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
1297912985
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -13031,6 +13037,11 @@
1303113037
<sha256 value="eda3931f1f2d85bba9ed353f65d464a9295f498465adc84e7fc82deb213908f2" origin="Generated by Gradle" reason="Artifact is not signed"/>
1303213038
</artifact>
1303313039
</component>
13040+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.2.0">
13041+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.2.0.pom">
13042+
<sha256 value="68b409dd81fd90131784b7013fb80507eb5590e5a862cadadf6006534d67d0c1" origin="Generated by Gradle" reason="Artifact is not signed"/>
13043+
</artifact>
13044+
</component>
1303413045
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
1303513046
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
1303613047
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -13073,6 +13084,11 @@
1307313084
<sha256 value="f87ebb0ce868f9f052704f05ee5646116c6edadf3d297198ba46b02a5b638355" origin="Generated by Gradle" reason="Artifact is not signed"/>
1307413085
</artifact>
1307513086
</component>
13087+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.2.0">
13088+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.2.0.pom">
13089+
<sha256 value="f7585844ff87494415801248841548af5e494ce44b8bf2349e02743741a0eb2a" origin="Generated by Gradle" reason="Artifact is not signed"/>
13090+
</artifact>
13091+
</component>
1307613092
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.3">
1307713093
<artifact name="atomicfu-0.17.3.module">
1307813094
<sha256 value="854a75a9ebf30cb588e8ceda7da1b7089d4272a12324d3cffcaf5b62902738bd" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)