You can access the class name without the need for...
# getting-started
r
You can access the class name without the need for the reflection lib by using
MyClass::class.java.simpleName
😉