From c6b0bb04d17ec693fc7db10d5a93ba1b53b30396 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sun, 15 Apr 2018 20:48:51 +0200 Subject: [PATCH] added article link --- core-kotlin/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-kotlin/README.md b/core-kotlin/README.md index 54528a076b..d6bd41a111 100644 --- a/core-kotlin/README.md +++ b/core-kotlin/README.md @@ -23,3 +23,4 @@ - [Kotlin Dependency Injection with Kodein](http://www.baeldung.com/kotlin-kodein-dependency-injection) - [Regular Expressions in Kotlin](http://www.baeldung.com/kotlin-regular-expressions) - [Objects in Kotlin](http://www.baeldung.com/kotlin-objects) +- [Reading from a File in Kotlin](http://www.baeldung.com/kotlin-read-file)