Skip to content

Commit e940653

Browse files
Merge pull request #527 from nextcloud/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.0.21
2 parents 8921138 + 2f73bf0 commit e940653

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.20"
11+
kotlinVersion = "2.0.21"
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.20' apply false
17+
id 'org.jetbrains.kotlin.plugin.compose' version '2.0.21' apply false
1818
id 'com.android.library' version '8.7.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
@@ -4106,6 +4106,11 @@
41064106
<sha256 value="c4ae1a10ed9218d622bce0aabc0eddf49b2731a8516d68e1cdf845a570f91c1a" origin="Generated by Gradle" reason="Artifact is not signed"/>
41074107
</artifact>
41084108
</component>
4109+
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="2.0.21">
4110+
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-2.0.21.pom">
4111+
<sha256 value="9d841037c59644dc5bbe814e792ed8774eb48646f0b3a779604ee5c1b307f969" origin="Generated by Gradle" reason="Artifact is not signed"/>
4112+
</artifact>
4113+
</component>
41094114
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="1.9.22">
41104115
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-1.9.22.pom">
41114116
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -4136,6 +4141,11 @@
41364141
<sha256 value="dec227b5326b3ff31632e62675eb0264eb738689ee1a81c76ceacfd341d00d3f" origin="Generated by Gradle" reason="Artifact is not signed"/>
41374142
</artifact>
41384143
</component>
4144+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.0.21">
4145+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.0.21.pom">
4146+
<sha256 value="0378dd9a0864cecdf17a9644e1ca4d698cc90634facf7f504f51a203e5274d2c" origin="Generated by Gradle" reason="Artifact is not signed"/>
4147+
</artifact>
4148+
</component>
41394149
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
41404150
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
41414151
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -4151,6 +4161,11 @@
41514161
<sha256 value="a9820ac76de5e2c95fbd733fd32d0241044c58ca35702d49be9915780e048ada" origin="Generated by Gradle" reason="Artifact is not signed"/>
41524162
</artifact>
41534163
</component>
4164+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.21">
4165+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.21.pom">
4166+
<sha256 value="f619c327fae9c2249e5199a0f536a49f491157664afad163c8639e740f226d4a" origin="Generated by Gradle" reason="Artifact is not signed"/>
4167+
</artifact>
4168+
</component>
41544169
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-android" version="1.4.1">
41554170
<artifact name="kotlinx-coroutines-android-1.4.1.module">
41564171
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>

0 commit comments

Comments
 (0)