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 5706cd9 commit 6468b1fCopy full SHA for 6468b1f
1 file changed
kotlin/build.gradle.kts
@@ -7,6 +7,7 @@ val googleHttpVersion = providers.gradleProperty("googleHttpVersion").get()
7
plugins {
8
kotlin("jvm")
9
id("com.diffplug.spotless")
10
+ id("com.github.johnrengelman.shadow") version "8.1.1"
11
}
12
13
sourceSets {
0 commit comments