hai @everyone, I try to build hello world app usin...
# announcements
a
hai @everyone, I try to build hello world app using kotlin and when I run it, there is an error on log said
Copy code
Error:(8, 5) Accidental override: The following declarations have the same JVM signature (onCreate(Landroid/os/Bundle;)V):
    fun onCreate(savedInstanceState: Bundle):
How would I solve that?