2 changed files with 6 additions and 1 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
org.gradle.parallel=true |
||||
org.gradle.parallel=true |
||||
kotlin.code.style=official |
||||
|
||||
@ -0,0 +1,4 @@
@@ -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 |
||||
Loading…
Reference in new issue