Just add the namespace in build.gradle file app/build.gralde
app/build.gralde
android { namespace "com.android.example" }
Note: Namespace get from main/kotlin/MainActivity Check package com.android.example
main/kotlin/MainActivity
package com.android.example