Is there a performance difference between: `val T...
# android
b
Is there a performance difference between:
val TAG = MainActivity::class.java.name
and
val TAG = “MainActivity"