Skip to content

Commit 2b89532

Browse files
authored
Fixes (#532)
1 parent e6ca24a commit 2b89532

File tree

4 files changed

+29
-25
lines changed

4 files changed

+29
-25
lines changed

.idea/vcs.xml

Lines changed: 25 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle-conventions-settings/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
// Keep it in sync with libs.versions.toml
7-
id("com.gradle.develocity") version "3.19.2"
7+
id("com.gradle.develocity") version "4.2"
88
}
99

1010
rootProject.name = "gradle-conventions-settings"

gradle-conventions/src/main/kotlin/util/apiValidation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ val Project.enableAbiValidation get() = name !in excludedProjects
2020
@OptIn(ExperimentalAbiValidation::class)
2121
fun AbiValidationVariantSpec.configureAbiFilters() {
2222
filters {
23+
@Suppress("DEPRECATION_ERROR") // todo: temp, remove after update to 2.3.20
2324
excluded {
2425
annotatedWith.add("kotlinx.rpc.internal.utils.InternalRpcApi")
2526
byNames.add("kotlinx.rpc.internal.**")

versions-root/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# core library version
3-
kotlinx-rpc = "0.10.1"
3+
kotlinx-rpc = "0.11.0-SNAPSHOT"
44

55
# kotlin
66
kotlin-lang = "2.2.21" # or env.KOTLIN_VERSION
@@ -25,7 +25,7 @@ atomicfu = "0.29.0"
2525
serialization = "1.9.0"
2626
detekt-gradle-plugin = "1.23.8"
2727
kover = "0.9.2"
28-
develocity = "3.19.2"
28+
develocity = "4.2"
2929
common-custom-user-data = "2.4.0"
3030
compat-patrouille = "0.0.2"
3131
lincheck = "3.2"

0 commit comments

Comments
 (0)