Class SimpleKotlinProjectSettings

java.lang.Object
io.spring.initializr.generator.spring.code.kotlin.SimpleKotlinProjectSettings
All Implemented Interfaces:
KotlinProjectSettings

public class SimpleKotlinProjectSettings extends Object implements KotlinProjectSettings
Commons settings for Kotlin projects.
Author:
Andy Wilkinson
  • Constructor Details

    • SimpleKotlinProjectSettings

      public SimpleKotlinProjectSettings(String version)
      Create an instance with the kotlin version to use.
      Parameters:
      version - the kotlin version to use
    • SimpleKotlinProjectSettings

      public SimpleKotlinProjectSettings(String version, String jvmTarget)
      Create an instance with the kotlin version and the target version of the generated JVM bytecode.
      Parameters:
      version - the kotlin version to use
      jvmTarget - the target version of the generated JVM bytecode
  • Method Details