Kotlin has an excellent feature called string templates. val i = 10 val s = "i = $i" // evaluates to "i = ...
-
May 20, 2022
- 0 Comments