https://github.com/Kotlin/kotlin-in-action
Code samples from the "Kotlin in Action" book
https://github.com/Kotlin/kotlin-in-action
Last synced: 5 months ago
JSON representation
Code samples from the "Kotlin in Action" book
- Host: GitHub
- URL: https://github.com/Kotlin/kotlin-in-action
- Owner: Kotlin
- Archived: true
- Created: 2017-05-31T13:46:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T15:20:19.000Z (about 3 years ago)
- Last Synced: 2024-08-08T21:18:26.636Z (over 1 year ago)
- Language: Kotlin
- Size: 104 KB
- Stars: 354
- Watchers: 28
- Forks: 148
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
This project contains the code samples from the "Kotlin in Action" book (https://www.manning.com/books/kotlin-in-action).
To build the project import it as Gradle project.
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.