JvmApplicationExtension

Configuration for JVM application projects.

Properties

Link copied to clipboard
abstract override val buildFeatures: JvmBuildFeatures

Optional build features.

Link copied to clipboard
abstract val jvmArgs: ListProperty<String>

The list of string arguments to pass to the JVM when running the application.

Link copied to clipboard
abstract val mainClass: Property<String>

The name of the application's main class. Can be a fully qualified name or relative to the package name, e.g. com.example.MainKt or .MainKt.

Functions

Link copied to clipboard

Optional build features.