[Android] build failed
Closed this issue · 1 comments
FightFarewellFearless commented
Bug
build failed on react-native 0.73, using openjdk 17
Here is the error message:
'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version. Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
Environment info
Library | Version |
---|---|
react-native-image-colors | 2.3.0 |
Steps To Reproduce
- Install this library and setup the expo modules
- run
npm run android
Describe what you expected to happen:
1.build success with no error
Reproducible sample code
osamaqarem commented
Fixed by #85
Please try version 2.4.0 and re-open the issue if problem persists.