```class Test { fun hello() { Log.d("h...
# android
d
Copy code
class Test {
    fun hello() {
        Log.d("hello", "hello")
    }
}
but I'm getting
java.lang.NoSuchMethodError: No virtual method hello()V in class