From e2cd132b572ce8a8964d8b9c7781826d23b75520 Mon Sep 17 00:00:00 2001 From: Arky Date: Mon, 11 Oct 2021 01:43:45 +0530 Subject: [PATCH] Add Kotlin Quick Reference online book. (#6103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Kotlin Quick Reference online book. https://kotlin-quick-reference.com/ * Update free-programming-books-langs.md * Update books/free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 4b984845..6e906e8a 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1321,6 +1321,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Kotlin Notes for Professionals](https://goalkicker.com/KotlinBook/) - Compiled from StackOverflow documentation (PDF) * [Kotlin Official Documentation](https://kotlinlang.org/docs/reference/) +* [Kotlin Quick Reference](https://kotlin-quick-reference.com) - Alvin Alexander (gitbook) * [Learning Kotlin](https://riptutorial.com/Download/kotlin.pdf) (PDF) -- GitLab