kotlin andoird string foramt code example
Example 1: kotlin variable in string
//Kotlin variable in string
//variables go in a ${} in a string, example
println("Happy ${age}th birdthday, ${name}!"
Example 2: kotlin android string resource
println("My string is: ${R.string.my_string}")