From 267927ed33095c7ca25197ed36d70edf7eab1d15 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 20 Nov 2021 19:13:56 -0500 Subject: [PATCH] use official Kotlin code style --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index a955a82..30ddfca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true android.enableJetifier=true + +kotlin.code.style=official