Skip to content

Commit c085bc1

Browse files
authored
Merge pull request #821 from rcalago/master
Update on README.md
2 parents 24043bc + db0aab2 commit c085bc1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
## Relevant Articles
22
- [Determine Operating System in Kotlin](https://www.baeldung.com/kotlin/operating-system-identify)
3+
- [Kotlin when vs. Java switch Statement](https://www.baeldung.com/kotlin/when-vs-java-switch)

core-kotlin-modules/core-kotlin-lang-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ This module contains articles about core features in the Kotlin language.
1010
- [Data Objects in Kotlin](https://www.baeldung.com/kotlin/data-object-basics)
1111
- [Working With Triple in Kotlin](https://www.baeldung.com/kotlin/triple-type)
1212
- [equals() and hashCode() Generator in Kotlin](https://www.baeldung.com/kotlin/equals-hashcode-generator)
13+
- [The Implicit Name Of the Single Parameter in Lambda Expressions: it](https://www.baeldung.com/kotlin/lambda-expressions-it)
1314
- [[<-- prev]](/core-kotlin-modules/core-kotlin-lang-3)

core-kotlin-modules/core-kotlin-strings-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ This module contains articles about core Kotlin strings.
1212
- [How to Reverse the Order of Words in a Sentence in Kotlin](https://www.baeldung.com/kotlin/reverse-sentence)
1313
- [Sorting a String Alphabetically in Kotlin](https://www.baeldung.com/kotlin/string-sort)
1414
- [Kotlin Equivalent of Java’s equalsIgnoreCase()](https://www.baeldung.com/kotlin/java-equalsignorecase-equivalent)
15+
- [Convert String to Char in Kotlin](https://www.baeldung.com/kotlin/string-char-conversion)

spring-boot-kotlin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ This module contains articles about Kotlin in Spring Boot projects.
77
- [Spring Boot and Kotlin](https://www.baeldung.com/kotlin/spring-boot-kotlin)
88
- [Error Handling for REST with Spring in Kotlin](https://www.baeldung.com/kotlin/spring-rest-error-handling)
99
- [Spring Integration With Kotlin](https://www.baeldung.com/kotlin/spring-integration)
10+
- [Kotlin and Spring Boot: Injecting Configuration Properties Using @Value](https://www.baeldung.com/kotlin/spring-boot-inject-properties-value)

0 commit comments

Comments
 (0)