From 89ce157fc528c40a4bf1f851b62c269f5093fdf7 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Fri, 29 Nov 2024 16:21:17 +0100 Subject: [PATCH] Remove gradle.properties file The gradle.properties file, which contained the Kotlin code style configuration, was deleted. This change ensures that the project no longer enforces a specific Kotlin coding style through this file. --- 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