Interface KotlinProjectSettings

All Known Implementing Classes:
SimpleKotlinProjectSettings

public interface KotlinProjectSettings
Commons settings for Kotlin projects.
Author:
Andy Wilkinson, Stephane Nicoll
  • Method Details

    • getVersion

      String getVersion()
      Return the version of Kotlin to use.
      Returns:
      the kotlin version
    • getJvmTarget

      String getJvmTarget()
      Return the jvmTarget to use.
      Returns:
      the jvm target
    • getCompilerArgs

      default List<String> getCompilerArgs()
      Return the compiler arguments.
      Returns:
      the compiler arguments