Is there any method that allows to create LOG_TAG in similar way to
private val LOG_TAG = ThemeUtils::class.java.simpleName
but without object / class ??
I mean in file with
@file:JvmName("")
Is there any method that allows to create LOG_TAG in similar way to
private val LOG_TAG = ThemeUtils::class.java.simpleName
but without object / class ??
I mean in file with
@file:JvmName("")