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.
This commit is contained in:
2024-11-29 16:21:17 +01:00
parent 696a700122
commit 89ce157fc5

View File

@@ -1 +0,0 @@
kotlin.code.style=official