You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle sync fails with the latest Android Studio. It is looking for java 17 explicitly in build.gradle.kts for both jetstream and benchmark. Is that obsolete? (Works fine without it)
kotlin {
jvmToolchain(17)
}
The text was updated successfully, but these errors were encountered:
I should clarify "works fine without it" for my simple usage is like below. (Haven't tried the "baseline profile" thing, just open in Android Studio and run in the emulator)
Gradle sync fails with the latest Android Studio. It is looking for java 17 explicitly in
build.gradle.kts
for bothjetstream
andbenchmark
. Is that obsolete? (Works fine without it)The text was updated successfully, but these errors were encountered: