Skip to content

Commit 945985a

Browse files
authored
Merge pull request #839 from rcalago/master
Update on README.md
2 parents 1c9bd23 + b01e9ba commit 945985a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

core-kotlin-modules/core-kotlin-collections-map/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- [Creating a Map from Two Arrays in Kotlin](https://www.baeldung.com/kotlin/map-from-two-arrays)
99
- [Converting a List of Maps to a Map Grouped by Key in Kotlin](https://www.baeldung.com/kotlin/map-grouping)
1010
- [Guide to Merging Two Maps in Kotlin](https://www.baeldung.com/kotlin/maps-merge-entries)
11+
- [In Place Modification of Map Entry in Kotlin](https://www.baeldung.com/kotlin/map-modify-in-place)

core-kotlin-modules/core-kotlin-numbers/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ This module contains articles about core Kotlin numbers.
1313
- [Rounding Numbers in Kotlin](https://www.baeldung.com/kotlin/round-numbers)
1414
- [Get a Random Number in Kotlin](https://www.baeldung.com/kotlin/random-number)
1515
- [Unsigned Integers in Kotlin](https://www.baeldung.com/kotlin/unsigned-integers)
16-
- More articles: [[next -->]](../core-kotlin-numbers-2)
16+
- [Calculate Percentage in Kotlin](https://www.baeldung.com/kotlin/percentage-computation)
17+
- More articles: [[next -->]](../core-kotlin-numbers-2)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ This module contains articles about core Kotlin strings.
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)
1515
- [Convert String to Char in Kotlin](https://www.baeldung.com/kotlin/string-char-conversion)
16+
- [Java Boolean.valueOf() Equivalent in Kotlin](https://www.baeldung.com/kotlin/boolean-valueof-equivalent)

kotlin-ktor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ This module contains articles about Kotlin Libraries.
66
- [An Introduction to Running GraphQL in Kotlin and Ktor](https://www.baeldung.com/kotlin/graphql-ktor)
77
- [Creating a Web Application With Ktor and Thymeleaf](https://www.baeldung.com/kotlin/ktor-thymeleaf-web-application)
88
- [A Look at the Ktor Client](https://www.baeldung.com/kotlin/ktor-client)
9+
- [Testing Ktor Controllers](https://www.baeldung.com/kotlin/ktor-test-controllers)

0 commit comments

Comments
 (0)