diff --git a/gradle.properties b/gradle.properties index c5e77c84..c517460e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,6 +44,9 @@ org.gradle.configuration-cache.parallel=true # AGP 8.0 or Higher android.enableBuildConfigAsBytecode=true +# Kotlin code style for this project: "official" or "obsolete": +kotlin.code.style=official + # K2 Options android.lint.useK2Uast=true