wondering if anyone else has updated to Android St...
# multiplatform
c
wondering if anyone else has updated to Android Studio Electric Eel RC3? Just did and all my gradle files in KMM projects are filled with a bunch of errors. Anyone else seeing the same?
j
I'm using that version for most of KMM projects here and looks ok so far. What errors are you seeing? fwiw I'm using
Copy code
com.android.tools.build:gradle:7.4.0-rc03
and v7.5 of gradle wrapper
following is example of project that was updated in case it helps to compare https://github.com/joreilly/Confetti
c
yeah also using 7.5 gradle wrapper. Just upgraded AGP but still seeing same issue 🤔
j
In theory I don't think it should be necessary to upgrade plugins but I needed to do so here for other reasons
c
yeah
project compiles and runs just fine. But the errors are frustrating
seen this before on Dolphin, so pretty much skipped dolphin and went to EE a while back, but its just started again with RC3 on EE
update: incase anyone stumbles across this and has a similar issue. I tried many things, such as reinstalling android studio without joy. The only thing that seems to have solved it, was deleting all android studio and gradle caches on my machine before installing a fresh version of AS.