79603577

Date: 2025-05-02 14:36:34
Score: 0.5
Natty:
Report link

I've had the same issue when upgrading the java version in my app module, but forgot to update the kotlin jvmToolchain version. Don't be me. Make sure to check, that all specified java versions match.

android {
    kotlin {
        jvmToolchain(JAVA_VERSION as a number)
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mmi