does anyone know how to resolve this issue? i trie...
# multiplatform
q
does anyone know how to resolve this issue? i tried invalidating cache & restart and some suggestions from Google but no luck. Android Studio Arctic Fox | 2020.3.1 Beta 5 Build #AI-203.7717.56.2031.7479365, built on June 21, 2021 Runtime version: 11.0.10+0-b96-7281165 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.4 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 12 Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0 Kotlin 1.5.10
r
Try deleting your
build
folder and running with
--no-build-cache
if you're using gradle's build cache.