https://kotlinlang.org logo
Title
t

Tarek Mohamed

03/14/2023, 9:13 AM
when update android studio to Android Studio Electric Eel | 2022.1.1 Patch this happen in gradle.kts any recommendation this the error Cannot access 'java.lang.Object' which is a supertype of 'org.gradle.plugin.use.PluginDependenciesSpec'. Check your module classpath for missing or conflicting dependencies
m

Mark T Gray

03/15/2023, 7:56 AM
There appears to be a strange bug in the order of dependencies. Make sure that your lifecycle dependencies occur after all the other dependencies. You may have to invalidate all your caches as well.