Fix typo in kotlinc-js help
File separator is '/', path separator is ':' or ';'
This commit is contained in:
+2
-1
@@ -35,7 +35,8 @@ public class K2JSCompilerArguments extends CommonCompilerArguments {
|
||||
@Argument(
|
||||
value = "-libraries",
|
||||
valueDescription = "<path>",
|
||||
description = "Paths to Kotlin libraries with .meta.js and .kjsm files, separated by system file separator")
|
||||
description = "Paths to Kotlin libraries with .meta.js and .kjsm files, separated by system path separator"
|
||||
)
|
||||
public String libraries;
|
||||
|
||||
@GradleOption(DefaultValues.BooleanFalseDefault.class)
|
||||
|
||||
Reference in New Issue
Block a user