Have try the following solutions but still not working at all :
- added
kotlinOptions {
jvmTarget = "1.8"
}
on build.gradle/app
- Settings > Other Setting > Kotlin Compiler > Target JVM Version to "1.8"
- Clean & Rebuild Project
- Invalid cache and Restart
Any advice?
Thank you.