Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in Kotlin but using only Java - Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter

I get this error when try to run my Android application and I am not using Kotlin at all, application is written in Java...

Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not access a member of class com.android.build.gradle.tasks.ManifestProcessorTask with modifiers "private" 
like image 238
Joe Avatar asked Sep 13 '18 10:09

Joe


1 Answers

I solved it this way:

  1. Delete all the .gradle folders
  2. Invalidate caches / restart everything is OK for me.
like image 181
Nunzio Andolfo Avatar answered Oct 07 '22 19:10

Nunzio Andolfo