From 919fea37452a9fc34ba85b95b7ec8d050ce181d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:16:01 +0000 Subject: [PATCH 1/2] Update dependency com.facebook:ktfmt to v0.63 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4de952693..5f917bcb5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.r androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-rc01" # Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless. -ktfmt = "com.facebook:ktfmt:0.62" +ktfmt = "com.facebook:ktfmt:0.63" junit-bom = "org.junit:junit-bom:6.1.0" assertk = "com.willowtreeapps.assertk:assertk:0.28.1" From 3b1a6c3cb76526a3cd9e6c7616c5624c5e930e46 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 28 May 2026 23:36:56 +0800 Subject: [PATCH 2/2] Fix style --- .../github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt b/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt index 2d0a05b28..956d679e4 100644 --- a/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt +++ b/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt @@ -235,7 +235,8 @@ public abstract class ShadowJar : Jar() { @get:Input @get:Option( option = "add-multi-release-attribute", - description = "Adds the multi-release attribute to the manifest if any dependencies contain it.", + description = + "Adds the multi-release attribute to the manifest if any dependencies contain it.", ) public open val addMultiReleaseAttribute: Property = objectFactory.property(true)