Basic -Xrelease option support
#KT-29974 Fixed
This commit is contained in:
+10
@@ -388,6 +388,16 @@ default: `indy-with-constants` for JVM target 9 or greater, `inline` otherwise""
|
||||
)
|
||||
var stringConcat: String? by NullableStringFreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xrelease",
|
||||
valueDescription = "Supported versions depend on used JDK",
|
||||
description = """
|
||||
Compile against specified JDK API. Supported versions depend on used JDK
|
||||
"""
|
||||
)
|
||||
var release: String? by NullableStringFreezableVar(null)
|
||||
|
||||
|
||||
@Argument(
|
||||
value = "-Xsam-conversions",
|
||||
valueDescription = "{class|indy}",
|
||||
|
||||
Reference in New Issue
Block a user