public class SimpleKotlinProjectSettings extends Object implements KotlinProjectSettings
| Constructor and Description |
|---|
SimpleKotlinProjectSettings(String version)
Create an instance with the kotlin version to use.
|
SimpleKotlinProjectSettings(String version,
String jvmTarget)
Create an instance with the kotlin version and the target version of the generated
JVM bytecode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJvmTarget()
Return the
jvmTarget to use. |
String |
getVersion()
Return the version of Kotlin to use.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompilerArgspublic SimpleKotlinProjectSettings(String version)
version - the kotlin version to usepublic SimpleKotlinProjectSettings(String version, String jvmTarget)
version - the kotlin version to usejvmTarget - the target version of the generated JVM bytecodepublic String getVersion()
KotlinProjectSettingsgetVersion in interface KotlinProjectSettingspublic String getJvmTarget()
KotlinProjectSettingsjvmTarget to use.getJvmTarget in interface KotlinProjectSettingsCopyright © 2020 Pivotal Software, Inc.. All rights reserved.