Regenerate Gradle options

After f9e195351a
This commit is contained in:
Alexander Udalov
2018-02-05 16:17:30 +01:00
parent 1875d129ea
commit 91a9038b2f
@@ -36,13 +36,13 @@ interface KotlinJvmOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOption
var noJdk: kotlin.Boolean var noJdk: kotlin.Boolean
/** /**
* Don't include Kotlin reflection implementation into classpath * Don't include kotlin-reflect.jar into classpath
* Default value: true * Default value: true
*/ */
var noReflect: kotlin.Boolean var noReflect: kotlin.Boolean
/** /**
* Don't include Kotlin runtime into classpath * Don't include kotlin-stdlib.jar or kotlin-reflect.jar into classpath
* Default value: true * Default value: true
*/ */
var noStdlib: kotlin.Boolean var noStdlib: kotlin.Boolean