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.
1 parent c6c3faa commit b7a3ddeCopy full SHA for b7a3dde
build.gradle.kts
@@ -1,10 +1,15 @@
1
plugins {
2
kotlin("jvm") version "1.4.10"
3
+ id("com.ncorti.ktfmt.gradle") version "0.2.0"
4
}
5
6
group = "org.example"
7
version = "1.0-SNAPSHOT"
8
9
+ktfmt {
10
+ dropboxStyle()
11
+}
12
+
13
repositories {
14
mavenCentral()
15
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments