Tune in to our new YouTube series “Kotlin Standard Library Safari” to learn all about the useful functionality that comes with Kotlin straight out of the box! ➡️🎥➡️ youtu.be/n4WBip822A8
2
30
139
0
8
Download Image
@kotlin The function that I did not expect to be in the stdlib, but that was there to my delight is `prependIndent`. Made my config printing code easier to read without bloating the old friend - util package.