Split language and api version lifetimes, restore apiVersion 1.3 support

KT-49007
This commit is contained in:
Ilya Gorbunov
2021-09-17 21:01:35 +03:00
committed by TeamCityServer
parent 47adc4fdaa
commit ec5c06238d
6 changed files with 82 additions and 78 deletions
@@ -7,7 +7,7 @@ interface KotlinCommonOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonToo
/**
* Allow using declarations only from the specified version of bundled libraries
* Possible values: "1.4 (DEPRECATED)", "1.5", "1.6", "1.7 (EXPERIMENTAL)"
* Possible values: "1.3 (DEPRECATED)", "1.4 (DEPRECATED)", "1.5", "1.6", "1.7 (EXPERIMENTAL)"
* Default value: null
*/
var apiVersion: kotlin.String?