From a82dcbd6d2ee52161e0386de35e7ff954b116f83 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:55:02 +0800 Subject: [PATCH] Update README.md --- core-kotlin-modules/core-kotlin-lang-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-kotlin-modules/core-kotlin-lang-2/README.md b/core-kotlin-modules/core-kotlin-lang-2/README.md index 4c47f28088..9a0d626553 100644 --- a/core-kotlin-modules/core-kotlin-lang-2/README.md +++ b/core-kotlin-modules/core-kotlin-lang-2/README.md @@ -12,4 +12,5 @@ This module contains articles about core features in the Kotlin language. - [Comprehensive Guide to Null Safety in Kotlin](https://www.baeldung.com/kotlin-null-safety) - [Kotlin Scope Functions](https://www.baeldung.com/kotlin-scope-functions) - [Checking Whether a lateinit var Is Initialized in Kotlin](https://www.baeldung.com/kotlin/checking-lateinit) +- [If-Else Expression in Kotlin](https://www.baeldung.com/kotlin/if-else-expression) - [[<-- Prev]](/core-kotlin-modules/core-kotlin-lang)