If the value that you want to embed in the string is not just a simple variable, use ${} to wrap a Kotlin expression. The value of that expression will be used to replace the expression itself at runtime.

You can learn more about this in:
Run Expand Edit