After Invalidating Caches in Android Studio 4.1RC3...
# android
m
After Invalidating Caches in Android Studio 4.1RC3, on restart, AS wanted to add
org.jetbrains.kotlin:kotlin-stdlib-jdk7
implementation dependencies to the gradle script of each module. The app-level module already has
kotlinOptions { jvmTarget = "1.8" }
so I’m confused about what needs to be done regarding this.