language · inferred from evidence
Kotlin
A programming language used in the affected projects.
- Cannot build Android with klippa_identity_verification_sdk: Namespace not specified
In Klippa: Fixed in klippa_identity_verification_sdk 0.2.13 , the maintainer confirmed the release fixes this build failure. Upgrade with flutter pub upgrade klippa_identity_verification_sdk (or pin ^0.2.13) and rebuild.
- Gradle Problems reading data from Binary store error on dependency resolution
In Gradle: A Gradle maintainer confirmed this is not caused by the Gradle version itself: the corrupt serialized resolution result varies with the order dependencies are processed, which can change for many reasons. Run the build with --sta
- 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.