diff --git a/gradle-plugins/gradle.properties b/gradle-plugins/gradle.properties index af82e006a3..da5f41f2cb 100644 --- a/gradle-plugins/gradle.properties +++ b/gradle-plugins/gradle.properties @@ -1 +1,2 @@ -org.gradle.parallel=true \ No newline at end of file +org.gradle.parallel=true +kotlin.code.style=official diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000000..c6b54f2197 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,4 @@ +# A hack to allow opening whole project dir in Intellij and using official code style. +# Kotlin plugin does not import code style property from Gradle. +# Instead it parses project's root gradle.properties file. +kotlin.code.style=official