/kotlin-demo

Primary LanguageKotlinMIT LicenseMIT

Kotlin Demo

Helper project for one or several repositories from my (Eguene Petrenko) talks. Check out jonnyzzz.com/talks for more details or rerefernces and slides.

I use the demo branch to show Kotlin demos for the most of the times. There are several more projects to take a look

This branch contains a Kotlin JVM application project. It uses kotlin-jvm Gradle plugin.

All projects use Gradle with Kotlin DSL. You may open the project in IntelliJ IDEA or Android Studio.

License

MIT.

See the LICENSE file in the repository

In The Branch

That branch contains an example of the Kotlin/JVM setup.

On Linux and macOS use

./gradlew run

On Windows use

gradlew run

To run the application!