Skip to content

danieldisu/GradleKotlinStarter

Repository files navigation

Gradle Kotlin Starter

This project includes the boilerplate needed to start a new Kotlin project using gradle as the build system.

Sources are included in the directory src/main/kotlin and src/main/java, and TestSources are included in test/main/kotlin

You can run it using ./gradlew run the test using ./gradlew test

When you create your main class or change the name of the package you need to update the name in the build.gradle to run it with gradle...

About

Sample project using Kotlin with Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages