Skip to content

Boilerplate code for simple Kotlin project with Gradle build.

Notifications You must be signed in to change notification settings

To-da/kotlin-gradle-boilerplate

 
 

Repository files navigation

Kotlin Gradle Boilerplate code

Boilerplate code for gradle based Kotlin examples.

Requirements

Install Java SDK 11

$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk version
$ sdk install java

Install Gradle 5.3 or higher

$ sdk update
$ sdk install gradle

Usage

$ git clone [email protected]:to-da/kotlin-gradle-boilerplate.git ${YOUR_PROJECT_NAME}
$ cd ${YOUR_PROJECT_NAME}
$ ./gradlew clean build

About

Boilerplate code for simple Kotlin project with Gradle build.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%