Merge pull request #23418 from fernandezseb

* gh-23418:
  Polish "Add note about Kotlin main class name"
  Add note about Kotlin main class name

Closes gh-23418
This commit is contained in:
Andy Wilkinson 2020-09-21 10:46:53 +01:00
commit 3a3e240924
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class
include::../gradle/packaging/boot-jar-manifest-main-class.gradle.kts[tags=main-class]
----
NOTE: If the main class is written in Kotlin, the name of the generated Java class should be used.
By default, this is the name of the Kotlin class with the `Kt` suffix added.
For example, `ExampleApplication` becomes `ExampleApplicationKt`.
If another name is defined using `@JvmName` then that name should be used.
[[packaging-executable-configuring-excluding-devtools]]
==== Excluding Devtools