Browse Source
Fix regression after https://github.com/JetBrains/compose-multiplatform/pull/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)pull/4473/head v1.6.10-dev1509
Igor Demin
9 months ago
committed by
GitHub
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue