I\'m creating my first Kotlin classes in my Android application. Usually for logging purposes I have a constant with name TAG. What I would do in Java is:
TAG
Simply doing the following worked for me.
private val TAG = this::class.java.simpleName