A sample Kotlin application written in the Declarative Gradle DSL, using the prototype Declarative Gradle kotlinJvmApplication
Software Type defined in the org.gradle.experimental.kmp-ecosystem
ecosystem plugin.
This sample shows the definition of a Kotlin JVM application implemented using Kotlin 2.0.21 source code.
The project is the result of converting the project produced by the gradle init
command in Gradle 8.9.
To build and test the application without running, use:
> ./gradlew build
To run the application, use:
> ./gradlew run