From 46398ca6bde59a3e3fab5c58e592ec922eeb6b0d Mon Sep 17 00:00:00 2001 From: Sunil <138931262+Me-Sunil@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:25:35 +0530 Subject: [PATCH] add resource for kotlin (#9852) * add resource for kotlin * add resource for kotlin list * re-order resource to fix lint * fix spaces for lint * Update free-programming-books-langs.md Co-authored-by: Eric Hellman --------- Co-authored-by: Eric Hellman --- 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 86460ed4b..ff270d29c 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1422,6 +1422,7 @@ Books on general-purpose programming that don't focus on a specific language are * [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) +* [Learn Kotlin Programming](https://www.programiz.com/kotlin-programming) - Programiz * [Learning Kotlin](https://riptutorial.com/Download/kotlin.pdf) - Compiled from StackOverflow Documentation (PDF)