Skip to content

Commit a7dfba5

Browse files
Merge pull request #560 from nextcloud/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.1.0
2 parents 21ff3fb + 512aed0 commit a7dfba5

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.52"
11-
kotlinVersion = "2.0.21"
11+
kotlinVersion = "2.1.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.0.21' apply false
17+
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.0' apply false
1818
id 'com.android.library' version '8.7.2' 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
@@ -4164,6 +4164,11 @@
41644164
<sha256 value="9d841037c59644dc5bbe814e792ed8774eb48646f0b3a779604ee5c1b307f969" origin="Generated by Gradle" reason="Artifact is not signed"/>
41654165
</artifact>
41664166
</component>
4167+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.1.0">
4168+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.1.0.pom">
4169+
<sha256 value="96e007b3ecb22cc6d9617e414484539fe5b77b28e6659c8c916b4fddf8961ced" origin="Generated by Gradle" reason="Artifact is not signed"/>
4170+
</artifact>
4171+
</component>
41674172
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
41684173
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
41694174
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -4199,6 +4204,11 @@
41994204
<sha256 value="0378dd9a0864cecdf17a9644e1ca4d698cc90634facf7f504f51a203e5274d2c" origin="Generated by Gradle" reason="Artifact is not signed"/>
42004205
</artifact>
42014206
</component>
4207+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.1.0">
4208+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.1.0.pom">
4209+
<sha256 value="8347e5c10c0f818183e419da3e98a0e83679b5dd358d07d00495fef377ff69d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
4210+
</artifact>
4211+
</component>
42024212
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
42034213
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
42044214
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -4219,6 +4229,11 @@
42194229
<sha256 value="f619c327fae9c2249e5199a0f536a49f491157664afad163c8639e740f226d4a" origin="Generated by Gradle" reason="Artifact is not signed"/>
42204230
</artifact>
42214231
</component>
4232+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.1.0">
4233+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.1.0.pom">
4234+
<sha256 value="fe78fa62efbf0c89ebef4bb0695ab219f41d802e854aafe0fedc561b1bc4a0d7" origin="Generated by Gradle" reason="Artifact is not signed"/>
4235+
</artifact>
4236+
</component>
42224237
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-android" version="1.4.1">
42234238
<artifact name="kotlinx-coroutines-android-1.4.1.module">
42244239
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>

0 commit comments

Comments
 (0)