Kotlin - Variables and Type System
You want to create a constant string
APP_NAME that can be used throughout your Kotlin app. Which of the following is the best way to declare it to ensure it is a compile-time constant accessible everywhere?