Код: Выделить всё
private static final String TAG = MyClass.class.getSimpleName();
Код: Выделить всё
private val TAG = MyClass::class.java.simpleName
Подробнее здесь: https://stackoverflow.com/questions/458 ... -in-kotlin
Код: Выделить всё
private static final String TAG = MyClass.class.getSimpleName();
Код: Выделить всё
private val TAG = MyClass::class.java.simpleName