From 55f6dbfdd7322655e8181e305d71cee52e6361b3 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Fri, 29 Nov 2024 16:12:20 +0100 Subject: [PATCH] Remove gradle.properties file The gradle.properties file, which specified the Kotlin code style as official, has been deleted. This change is likely because the project no longer requires this configuration or has moved to a different setup for managing code styles. --- gradle.properties | 1 - 1 file changed, 1 deletion(-) delete mode 100644 gradle.properties diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 7fc6f1f..0000000 --- a/gradle.properties +++ /dev/null @@ -1 +0,0 @@ -kotlin.code.style=official