Then Log.d("tag", "${activityNullable.getClazz()}...
# android
b
Then Log.d("tag", "${activityNullable.getClazz()}) should work
👍 1
d
Good idea! At the end we settled with
activityNullable?.localClassName
since that was our use case. But more general we were really curious if there is a thing like
?::