From e793f4bd0418c6af7f2075f8124abb0990784650 Mon Sep 17 00:00:00 2001 From: odenix Date: Tue, 7 Apr 2026 14:49:01 -0700 Subject: [PATCH] Update ktfmt to 0.61 (#1509) --- gradle/libs.versions.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91a97745..bae8b5d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,10 @@ kotlinxHtml = "0.12.0" # which is the language level currently set in pklKotlinLibrary. kotlinxSerialization = "1.8.1" kotlinxCoroutines = "1.+" -ktfmt = "0.53" +# 0.62 might require a higher Kotlin version; fails with: +# ktfmt(java.lang.NoClassDefFoundError) +# Could not initialize class com.facebook.ktfmt.util.CompatibilityUtilsKt +ktfmt = "0.61" # replaces nuValidator's log4j dependency # 2.17.1 is the last version compatible with nuValidator log4j = "2.17.1"