Class kotlin.reflect.jvm.internal.FunctionCaller

Encounter this error, I do not use Kotlin when I try to run Android applications, but given:

Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not access a member of class com.android.build.gradle.tasks.ManifestProcessorTask with modifiers "private"

View information on the Internet, and more in line with my situation, and then modify solve.
I will

dependencies { classpath 'com.android.tools.build:gradle:3.3.0-alpha12' }

Changed

dependencies { classpath 'com.android.tools.build:gradle:3.2.0' }

On it

Guess you like

Origin www.cnblogs.com/wbyixx/p/12585379.html