File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ 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 )
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ This module contains articles about core features in the Kotlin language.
10
10
- [ Data Objects in Kotlin] ( https://www.baeldung.com/kotlin/data-object-basics )
11
11
- [ Working With Triple in Kotlin] ( https://www.baeldung.com/kotlin/triple-type )
12
12
- [ 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 )
13
14
- [[ <-- prev]] ( /core-kotlin-modules/core-kotlin-lang-3 )
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ This module contains articles about core Kotlin strings.
12
12
- [ How to Reverse the Order of Words in a Sentence in Kotlin] ( https://www.baeldung.com/kotlin/reverse-sentence )
13
13
- [ Sorting a String Alphabetically in Kotlin] ( https://www.baeldung.com/kotlin/string-sort )
14
14
- [ 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 )
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ This module contains articles about Kotlin in Spring Boot projects.
7
7
- [ Spring Boot and Kotlin] ( https://www.baeldung.com/kotlin/spring-boot-kotlin )
8
8
- [ Error Handling for REST with Spring in Kotlin] ( https://www.baeldung.com/kotlin/spring-rest-error-handling )
9
9
- [ 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 )
You can’t perform that action at this time.
0 commit comments