Remove 'noStdlib' from Gradle options

^KT-49011 Fixed
This commit is contained in:
Yahor Berdnikau
2022-01-28 15:59:33 +01:00
parent 57c342fec8
commit 52a21a4e1a
5 changed files with 9 additions and 21 deletions
@@ -37,13 +37,6 @@ interface KotlinJvmOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOption
*/
var noJdk: kotlin.Boolean
/**
* Don't automatically include the Kotlin/JVM stdlib and Kotlin reflection into the classpath
* Default value: true
*/
@Deprecated(message = "This option has no effect and will be removed in a future release.", level = DeprecationLevel.ERROR)
var noStdlib: kotlin.Boolean
/**
* Use the old JVM backend
* Default value: false