Skip to content

Commit 78b18d9

Browse files
authored
Merge pull request #794 from rcalago/master
Update on README.md
2 parents 184800e + de24f9f commit 78b18d9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ This module contains articles about core Kotlin collections.
99
- [Determine if All Elements Are the Same in a Kotlin List](https://www.baeldung.com/kotlin/list-all-elements-equal-check)
1010
- [Convert an Array to a String](https://www.baeldung.com/kotlin/array-string-conversion)
1111
- [Convert Any to Int in Kotlin](https://www.baeldung.com/kotlin/type-any-int-conversion)
12+
- [Convert String Array to Int Array in Kotlin](https://www.baeldung.com/kotlin/array-string-integer-conversion)

core-kotlin-modules/core-kotlin-collections-list-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [How to Convert a Type-Erased List to an Array in Kotlin](https://www.baeldung.com/kotlin/type-erased-list-array-conversion)
55
- [How to Remove Null and Empty Values from a List in Kotlin](https://www.baeldung.com/kotlin/lists-remove-null-empty-values)
66
- [How to Initialize a List of Lists in Kotlin](https://www.baeldung.com/kotlin/list-of-lists)
7+
- [How to Change a Value in a Mutable List in Kotlin](https://www.baeldung.com/kotlin/list-mutable-change-element)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- [Listing Files Recursively in Kotlin](https://www.baeldung.com/kotlin/list-files-recursively)
44
- [Kotlin Path API](https://www.baeldung.com/kotlin/kotlin-path-api)
5+
- [Delete Files and Subdirectories in a Directory in Kotlin](https://www.baeldung.com/kotlin/delete-directories-with-contents)

0 commit comments

Comments
 (0)