Clean up default additional compiler argument
Remove `-version` from additional compiler arguments of newly created facets #KTIJ-22490 Fixed
This commit is contained in:
committed by
Space
parent
38f2b20e1a
commit
dc57ccdf76
@@ -27,7 +27,7 @@ class CompilerSettings : Freezable() {
|
|||||||
var outputDirectoryForJsLibraryFiles: String by FreezableVar(DEFAULT_OUTPUT_DIRECTORY)
|
var outputDirectoryForJsLibraryFiles: String by FreezableVar(DEFAULT_OUTPUT_DIRECTORY)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val DEFAULT_ADDITIONAL_ARGUMENTS = "-version"
|
val DEFAULT_ADDITIONAL_ARGUMENTS = ""
|
||||||
private val DEFAULT_OUTPUT_DIRECTORY = "lib"
|
private val DEFAULT_OUTPUT_DIRECTORY = "lib"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user