When I compile I got the above error. My gradle file as below : -
apply plugin: \'com.android.application\' apply plugin: \'kotlin-android\' apply plugin: \'
I resolved this by adding this in build.gradle
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.61"