Good morning! I’m creating a kmm library for my ap...
# multiplatform
a
Good morning! I’m creating a kmm library for my apps and ran into an issue, the external libraries are showing that I have java 1.8, even having selected java 11 on the project settings and also having the kotlin and java tasks set to use java 11 as the target and compatibility version, does anyone know what could be causing this?
I also removed java 1.8 from my mac to avoid any confusion…
related: also when I compile I get this:
Copy code
> Task :shared:compileReleaseKotlinAndroid
'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlinAndroid' task (current target is 11) jvm target compatibility should be set to the same Java version.