Error: Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter

前端 未结 3 1094
感情败类
感情败类 2021-02-03 13:25

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         


        
3条回答
  •  不要未来只要你来
    2021-02-03 13:57

    Faced this issue but I've changed in build.gradle in project

    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

提交回复
热议问题