Update CLI test data and Gradle option descriptions

This commit is contained in:
Alexander Udalov
2019-10-25 13:49:39 +02:00
parent c6f54b6412
commit f248e4a2ee
5 changed files with 36 additions and 36 deletions
@@ -5,14 +5,14 @@ package org.jetbrains.kotlin.gradle.dsl
interface KotlinCommonOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions {
/**
* Allow to use declarations only from the specified version of bundled libraries
* Allow using declarations only from the specified version of bundled libraries
* Possible values: "1.0", "1.1", "1.2", "1.3", "1.4 (EXPERIMENTAL)"
* Default value: null
*/
var apiVersion: kotlin.String?
/**
* Provide source compatibility with specified language version
* Provide source compatibility with the specified version of Kotlin
* Possible values: "1.0", "1.1", "1.2", "1.3", "1.4 (EXPERIMENTAL)"
* Default value: null
*/