Skip to content

Commit 4bfc291

Browse files
authored
Merge pull request #949 from rcalago/master
Update on README.md
2 parents 60d1377 + 1c176a6 commit 4bfc291

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

core-kotlin-modules/core-kotlin-advanced-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
- [Passing a Class to a Function in Kotlin](https://www.baeldung.com/kotlin/class-function-parameter)
33
- [HTML Builder in Kotlin](https://www.baeldung.com/kotlin/html-generation)
44
- [Passing a Type to Generic Method in Kotlin](https://www.baeldung.com/kotlin/generic-methods)
5+
- [Getting a Kotlin KClass from a Package Class Name String](https://www.baeldung.com/kotlin/kclass-fqn-string)
56
- More articles: [[<-- prev]](../core-kotlin-advanced-2)

core-kotlin-modules/core-kotlin-concurrency-3/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ This module contains articles about concurrency in Kotlin.
1111
- [Async Exception Handling in Kotlin](https://www.baeldung.com/kotlin/coroutine-exception-handling)
1212
- [Combining Multiple Kotlin Flows](https://www.baeldung.com/kotlin/combining-multiple-flows)
1313
- [Merging Kotlin Flows](https://www.baeldung.com/kotlin/flow-merging)
14+
- [Avoiding the ConcurrentModificationException in Kotlin](https://www.baeldung.com/kotlin/concurrent-modification-exception)
15+
- [Convert RxJava Single to Kotlin Coroutine Deferred](https://www.baeldung.com/kotlin/rxjava-single-coroutine-deferred)
1416
- More articles: [[<-- prev]](../core-kotlin-concurrency-2)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [Kotlin Path API](https://www.baeldung.com/kotlin/kotlin-path-api)
55
- [Delete Files and Subdirectories in a Directory in Kotlin](https://www.baeldung.com/kotlin/delete-directories-with-contents)
66
- [Convert File to Byte Array in Kotlin](https://www.baeldung.com/kotlin/file-byte-array)
7+
- [How to Create a Temporary File in Kotlin](https://www.baeldung.com/kotlin/temp-file)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ This module contains articles about core Kotlin strings.
66

77
- [Extract Numbers From a String in Kotlin](https://www.baeldung.com/kotlin/string-extract-numeric-value)
88
- [Parse String With Thousands Separator in Kotlin](https://www.baeldung.com/kotlin/string-parse-thousands-separator)
9+
- [Guide to the HexFormat API](https://www.baeldung.com/kotlin/hexadecimal-string-parse)
910
- - More articles: [[<-- prev]](../core-kotlin-strings-4)

0 commit comments

Comments
 (0)