android / android/tv-samples

JetStream: gradle sync fails with the latest Android Studio

Open
#192 4 comments 0 reactions 1 assignee Claimed by @pflammertsma View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.