Make indy-with-constants default for -jvm-target 9+

#KT-42522 Fixed
This commit is contained in:
Mikhael Bogdanov
2021-02-17 09:21:10 +01:00
parent 3d8e8dd3ba
commit e3e7e6b740
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -118,6 +118,7 @@ where advanced options include:
-Xstring-concat=indy-with-constants Concatenate strings using `invokedynamic` `makeConcatWithConstants`. Requires `-jvm-target 9` or greater.
-Xstring-concat=indy Concatenate strings using `invokedynamic` `makeConcat`. Requires `-jvm-target 9` or greater.
-Xstring-concat=inline Concatenate strings using `StringBuilder`
default: `indy-with-constants` for JVM target 9 or greater, `inline` otherwise
-Xsupport-compatqual-checker-framework-annotations=enable|disable
Specify behavior for Checker Framework compatqual annotations (NullableDecl/NonNullDecl).
Default value is 'enable'