diff --git a/build.gradle b/build.gradle index e83e2a5d5..611775f1a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,9 @@ buildscript { // If you update this, must also update .gitlab-ci/config.yml buildToolsVersion = '34.0.0' + + // ktfmt version + ktfmtVersion = "0.53" } repositories { google()