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.
kmpExtension.jvm().binaries
1 parent 20ae88a commit 876267aCopy full SHA for 876267a
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowKmpPlugin.kt
@@ -18,6 +18,16 @@ public abstract class ShadowKmpPlugin : Plugin<Project> {
18
listOf(configurations.getByName(kotlinJvmMain.get().runtimeDependencyConfigurationName))
19
},
20
)
21
+ kmpExtension.jvm().binaries {
22
+ executable {
23
+ mainClass
24
+ mainModule
25
+ applicationName
26
+ applicationDefaultJvmArgs
27
+ executableDir
28
+ applicationDistribution
29
+ }
30
31
}
32
33
0 commit comments