I get:
Execution failed for task ':app:compileDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (17) and 'compileDebugKotlin' (21).
We should explicitly set the expected JDK in the gradle config (or remove the 17 restriction if we don't need to restrict it).