Formatting Strings? Refer to variables and expressions in string literals by putting $
in front of the variable name. Evaluate expressions using ${expression}
.
Docs: https://kotlinlang.org/docs/reference/basic-types.html#string-templates
Formatting Strings? Refer to variables and expressions in string literals by putting $
in front of the variable name. Evaluate expressions using ${expression}
.
Docs: https://kotlinlang.org/docs/reference/basic-types.html#string-templates