Introduce Kotlin language version 1.2
Wherein DEFAULT version is still 1.1, which means that version 1.2 should be configured manually
This commit is contained in:
+2
-2
@@ -6,14 +6,14 @@ interface KotlinCommonOptions {
|
||||
|
||||
/**
|
||||
* Allow to use declarations only from the specified version of bundled libraries
|
||||
* Possible values: "1.0", "1.1"
|
||||
* Possible values: "1.0", "1.1", "1.2"
|
||||
* Default value: "1.1"
|
||||
*/
|
||||
var apiVersion: kotlin.String
|
||||
|
||||
/**
|
||||
* Provide source compatibility with specified language version
|
||||
* Possible values: "1.0", "1.1"
|
||||
* Possible values: "1.0", "1.1", "1.2"
|
||||
* Default value: "1.1"
|
||||
*/
|
||||
var languageVersion: kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user