I\'ve tried everything to get rid of this error but it keeps coming back.
Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not access a member of
Faced this issue but I've changed in build.gradle in project
build.gradle
classpath 'com.android.tools.build:gradle:3.4.0-alpha01'
with this latest
classpath 'com.android.tools.build:gradle:3.3.0-rc02'
happy coding