Skip to content

Commit ac92c9f

Browse files
Merge pull request nextcloud#13441 from nextcloud/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.0.20
2 parents bd217d9 + b5234ff commit ac92c9f

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id "org.jetbrains.kotlin.plugin.compose" version "2.0.10"
31+
id "org.jetbrains.kotlin.plugin.compose" version "2.0.20"
3232
id "com.diffplug.spotless" version "6.25.0"
33-
id "org.jetbrains.kotlin.kapt" version "2.0.10"
33+
id "org.jetbrains.kotlin.kapt" version "2.0.20"
3434
id 'com.google.devtools.ksp' version '2.0.10-1.0.24' apply false
3535
}
3636

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
espressoVersion = "3.6.1"
2222
fidoVersion = "4.1.0-patch2"
2323
jacoco_version = '0.8.12'
24-
kotlin_version = '2.0.10'
24+
kotlin_version = '2.0.20'
2525
markwonVersion = "4.6.2"
2626
mockitoVersion = "4.11.0"
2727
mockitoKotlinVersion = "4.1.0"

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10448,6 +10448,11 @@
1044810448
<sha256 value="18cbcbce677800756a6e13974c61dd2b6e03a2fbdbbdbf6734babdc84c6057be" origin="Generated by Gradle" reason="Artifact is not signed"/>
1044910449
</artifact>
1045010450
</component>
10451+
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.0.20">
10452+
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.0.20.pom">
10453+
<sha256 value="dec227b5326b3ff31632e62675eb0264eb738689ee1a81c76ceacfd341d00d3f" origin="Generated by Gradle" reason="Artifact is not signed"/>
10454+
</artifact>
10455+
</component>
1045110456
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
1045210457
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0.pom">
1045310458
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -10458,6 +10463,11 @@
1045810463
<sha256 value="d43b8b65626680872f366b8cb92740827c96ee1b69434417e51196c28bafe054" origin="Generated by Gradle" reason="Artifact is not signed"/>
1045910464
</artifact>
1046010465
</component>
10466+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.20">
10467+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.20.pom">
10468+
<sha256 value="a9820ac76de5e2c95fbd733fd32d0241044c58ca35702d49be9915780e048ada" origin="Generated by Gradle" reason="Artifact is not signed"/>
10469+
</artifact>
10470+
</component>
1046110471
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.16.1">
1046210472
<artifact name="atomicfu-0.16.1.module">
1046310473
<sha256 value="fdcf04fc25f6a43f557f341ee0053caa25e759f591169c86566f1dad37fc77a6" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)