Define String Constants in Kotlin

Using string constants to represent values that stay the same across the course of your application's lifecycle is crucial while working on Kotlin projects. String constants not only improve the…