Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Injinius/kotlin-in-action-2e-bbb

 
 

Repository files navigation

Code samples for Kotlin in Action, Second Edition JetBrains team project

This project contains the code samples from book "Kotlin in Action, Second Edition" by Roman Elizarov, Svetlana Isakova, Sebastian Aigner and Dmitry Jemerov. To build the project, import it as Gradle project in IntelliJ IDEA.

Each of the samples is a self-contained file, and most of them contain a "main" function. To run a sample, simply open the file in the IDE, right-click the "main" function and select the "Run" or "Debug" option from the context menu.

Some of the samples do not contain a "main" function, and are provided only as a reference or demonstration of a concept. You can simply study them, or you can incorporate them into your own examples or exercises.

The numbering of the sample files corresponds to the order in which they appear in the book.

About

Code samples for the second edition of "Kotlin in Action".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.3%
  • Java 1.7%