We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49c18ba + 3efb643 commit 1655063Copy full SHA for 1655063
.editorconfig
@@ -0,0 +1,6 @@
1
+# https://editorconfig.org
2
+root = true
3
+
4
+[*.{kt,kts}]
5
+ij_kotlin_allow_trailing_comma = false
6
+ij_kotlin_allow_trailing_comma_on_call_site = false
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
kotlin("jvm") version kotlinVersion
7
java
8
- id("org.jmailen.kotlinter") version "3.13.0"
+ id("org.jmailen.kotlinter") version "3.16.0"
9
}
10
11
// Since group cannot be obtained by generateKogeraVersion, it is defined as a constant.
0 commit comments