[HELP] I’m new on kmm, i’m trying to create a new empty project, but i cant get it build. `com/andr...
j
[HELP] I’m new on kmm, i’m trying to create a new empty project, but i cant get it build.
com/android/tools/lint/model/LintModelSeverity has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Java: 11 Gradle: 8.0-rc-2 (i was forced to update) AGP: 7.4.1
e
bytecode 61 = 44 + 17 means you need Java 17
j
Do you know some way to use java 11 instead?
e
try an older version of AGP
229 Views