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)