tool · inferred from evidence
JavaVersion
A setting in the Android build configuration that specifies the Java version for compilation.
- flutter build appbundle fails: Unknown Kotlin JVM target: 21 (klippa_identity_verification_sdk)
The reporter fixed it by changing the JavaVersion setting in the Android build configuration so the Kotlin compiler targets a JVM version the SDK supports instead of defaulting to Java 21. Align the project's Java version (e.g. set sourceCo