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 7dac219 commit d93c848Copy full SHA for d93c848
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
id("com.github.johnrengelman.shadow") version "5.2.0"
12
}
13
14
-subprojects {
+allprojects {
15
apply(plugin = "java")
16
apply(plugin = "java-library")
17
apply(plugin = "org.jetbrains.kotlin.jvm")
0 commit comments