fun main() { val count = beerLeft() val talk = getString(R.strings.beer_message) val msg = "$count $talk" } fun beerLeft(): Int { return 42 } In strings.xml <string ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results