When I compile I got the above error. My gradle file as below : -
apply plugin: \'com.android.application\' apply plugin: \'kotlin-android\' apply plugin: \'
From the error, I assume:
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
in your dependencies in addition to the standard library.
dependencies