Gradle: support moduleName option in KotlinJvmOptions
#KT-42058 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
0edbdaf0c7
commit
cb5c317f91
+1
@@ -63,6 +63,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
)
|
||||
var scriptTemplates: Array<String>? by FreezableVar(null)
|
||||
|
||||
@GradleOption(DefaultValues.StringNullDefault::class)
|
||||
@Argument(value = "-module-name", valueDescription = "<name>", description = "Name of the generated .kotlin_module file")
|
||||
var moduleName: String? by NullableStringFreezableVar(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user