<React Native: 'compileJava' task(current target i...
# stackoverflow
u
React Native: 'compileJava' task(current target is 1.8) and 'compileKotlin' task(current target is 11) jvm target compatibility problem I am new to the React Native development with using Mac M1. When I was running React Native Android, I got the errors below. I really have no idea how to fix this error, Appreciate if anyone could help, thanks again!
Task react native gradle plugincompileKotlin
'compileJava' task (current target is 1.8) and 'compileKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
Task react native gradle plugincompileKotlin FAILED
Deprecated Gradle...
133 Views