JetStream: gradle sync fails with the latest Android Studio
Open
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 396
- PR merge metrics
- No merged PRs in 30d
Description
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)
}
```
Contributor guide
Assessment
This issue has not been assessed yet.