Skip to content

BrianLusina/KotlinGround

Repository files navigation

KotlinGround

Tests Codacy Badge

A series of code snippets written in Kotlin. This is used as a learning tool into the Kotlin programming language.

Getting Started

Simply clone the repository and run any code snippet. All the code snippets, or 90% that count have tests backing them. The structure of the tests directory directly matches the structure of the app directory, which houses all the code snippets.

$ git clone https://github.com/BrianLusina/KotlinGround.git
$ cd KotlinGround
$ ./gradlew test

It is preferrable that you run tests and any other task with the Gradle Wrapper, as this will ensure you are using the correct version of gradle.

Pre-requisites

Kotlin Compiler and gradle are the main pre-requisites you will need when using this repository. Downloading them is easy using sdkman. Follow the instructions to get a copy of sdkman and then install kotlin and gradle as follows:

$ sdk install kotlin
...
$ sdk install gradle

Enjoy!

About

Code snippets, scripts, hacks, algorithms in Kotlin

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published