Hi! After upgrading android studio to ladybug 2024.2.1, I get the following error in my project
> Inconsistent JVM-target compatibility detected for tasks ‘compileMyAppReleaseJavaWithJavac’ (17) and ‘kspMyAppReleaseKotlin’ (21).
How can ksp use a different java version when I made sure all my modules are on Java 17 with this?