Skip to content

Commit 95d3c82

Browse files
authored
Update README.md
1 parent 299c4f7 commit 95d3c82

File tree

1 file changed

+2
-1
lines changed
  • core-kotlin-modules/core-kotlin-advanced-3

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
### Relevant Articles:
1+
## Relevant Articles:
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)
55
- [Getting a Kotlin KClass from a Package Class Name String](https://www.baeldung.com/kotlin/kclass-fqn-string)
66
- [A Guide to Kotlin Context Receivers](https://www.baeldung.com/kotlin/context-receivers)
77
- [Serialize/Deserialize Kotlin Sealed Class](https://www.baeldung.com/kotlin/sealed-class-serialization)
88
- [A Guide to Kotlin’s Any, Unit, Nothing](https://www.baeldung.com/kotlin/any-unit-nothing-tutorial)
9+
- [Resolving Warning: Return can be lifted out of 'when' in Kotlin](https://www.baeldung.com/kotlin/when-lift-return-warning)
910

1011
- More articles: [[<-- prev]](../core-kotlin-advanced-2)

0 commit comments

Comments
 (0)