Skip to content

Commit a98f581

Browse files
Merge pull request #599 from nextcloud/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.1.10
2 parents 62985b4 + 42650e4 commit a98f581

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,13 +8,13 @@
88
buildscript {
99
ext {
1010
daggerVersion = "2.55"
11-
kotlinVersion = "2.1.0"
11+
kotlinVersion = "2.1.10"
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.0' apply false
17+
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false
1818
id 'com.android.library' version '8.8.0' 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7865,6 +7865,11 @@
78657865
<sha256 value="96e007b3ecb22cc6d9617e414484539fe5b77b28e6659c8c916b4fddf8961ced" origin="Generated by Gradle" reason="Artifact is not signed"/>
78667866
</artifact>
78677867
</component>
7868+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.1.10">
7869+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.1.10.pom">
7870+
<sha256 value="cb0e40af0ca427027fc777852bee3e03fd1a571000779c5e528441e61cd0af36" origin="Generated by Gradle" reason="Artifact is not signed"/>
7871+
</artifact>
7872+
</component>
78687873
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
78697874
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
78707875
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -7905,6 +7910,11 @@
79057910
<sha256 value="8347e5c10c0f818183e419da3e98a0e83679b5dd358d07d00495fef377ff69d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
79067911
</artifact>
79077912
</component>
7913+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.1.10">
7914+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.1.10.pom">
7915+
<sha256 value="1f33a4f0b6cedea68c6210b9d7c3d4fedec4185d9d508aacaacd3ddf7ab64e2f" origin="Generated by Gradle" reason="Artifact is not signed"/>
7916+
</artifact>
7917+
</component>
79087918
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
79097919
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
79107920
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -7930,6 +7940,11 @@
79307940
<sha256 value="fe78fa62efbf0c89ebef4bb0695ab219f41d802e854aafe0fedc561b1bc4a0d7" origin="Generated by Gradle" reason="Artifact is not signed"/>
79317941
</artifact>
79327942
</component>
7943+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.1.10">
7944+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.1.10.pom">
7945+
<sha256 value="f06ed7f299ae574366278193f2d9bfe5e21cdb46f659d65924924469aae10fdc" origin="Generated by Gradle" reason="Artifact is not signed"/>
7946+
</artifact>
7947+
</component>
79337948
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.3">
79347949
<artifact name="atomicfu-0.17.3.module">
79357950
<sha256 value="854a75a9ebf30cb588e8ceda7da1b7089d4272a12324d3cffcaf5b62902738bd" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)