Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not access a member of class com.android.build.gradle.tasks.ManifestProcessorTask with modifiers "private"
Already tried below approach
But after restarting studio this error comes after every few successful builds. I am using Android Studio 3.3 Canary 12 and gradle version 3.3.0-alpha12.
In general, kotlin internal is one of the access modifier types and it is used to declare the datas the inside of the kotlin modules. It has some similar and alternative ideas when compared to the kotlin private modifier.
Introduction to Kotlin Internal Kotlin internal is one of the access modifiers and it is used to declare the datas and it is visible only inside a module. It contains a set of kotlin files and it is compiled together with the modules.
This annotation marks the experimental kotlin-reflect API that allows to approximate a Kotlin lambda or a function expression instance to a KFunction instance. The behavior of this API may be changed or the API may be removed completely in any further release. Provides a way to suppress JVM access checks for a callable.
It contains a set of kotlin files and it is compiled together with the modules. It may be the maven, Gradle sets and Ant tasks which is having the files generated or any other IntelliJ IDEA module.
This issue is resolved in gradle plugin version 3.4.0-alpha01.
To fix this issue, upgrade your gradle version in project level build.gradle
classpath 'com.android.tools.build:gradle:3.4.0-alpha01'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With