Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imageviewer. Fix compilation of Android target (#4467)
Fix regression after #4433 `./gradlew compileReleaseKotlinAndroid` in `imageviewer` fails with: ``` * What went wrong: Execution failed for task ':shared:compileReleaseKotlinAndroid'. > Inconsistent JVM-target compatibility detected for tasks 'compileReleaseJavaWithJavac' (1.8) and 'compileReleaseKotlinAndroid' (17). ``` (JAVA_HOME points to JDK 17)
- Loading branch information