EvanBacon / expo-quick-actions

Add home screen quick actions / shortcuts to your React Native app
MIT License
281 stars 7 forks source link

Expo sdk 51 - Execution failed for task ':expo-quick-actions:compileDebugKotlin'. #22

Open kurucaner opened 2 months ago

kurucaner commented 2 months ago

After upgrading to expo sdk 51 I started getting the following error when building for Android. Any idea how to fix this issue?

command: eas build --platform android --profile development --clear-cache --local

error: [RUN_GRADLEW] FAILURE: Build failed with an exception. [RUN_GRADLEW] * What went wrong: [RUN_GRADLEW] Execution failed for task ':expo-quick-actions:compileDebugKotlin'. [RUN_GRADLEW] > Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (17) and 'compileDebugKotlin' (21).

"dependencies": { "@baronha/ting": "^1.2.1", "@datadog/mobile-react-native": "^2.3.1", "@datadog/mobile-react-navigation": "^2.3.1", "@expo/metro-runtime": "~3.2.1", "@gorhom/bottom-sheet": "^4", "@lottiefiles/react-lottie-player": "^3.5.3", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-clipboard/clipboard": "^1.13.2", "@react-native-community/netinfo": "^11.3.1", "@react-native-masked-view/masked-view": "0.3.1", "@react-native-menu/menu": "^1.1.2", "@react-native-picker/picker": "2.7.5", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/drawer": "^6.6.15", "@react-navigation/material-top-tabs": "^6.6.13", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.18", "@react-navigation/stack": "^6.3.29", "@tanstack/react-query": "^5.20.5", "core-js": "^3.36.1", "expo": "~51.0.17", "expo-apple-authentication": "~6.4.1", "expo-asset": "~10.0.10", "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.3", "expo-cached-image": "^50.0.6", "expo-camera": "~15.0.13", "expo-dev-client": "~4.0.19", "expo-device": "~6.0.2", "expo-document-picker": "~12.0.2", "expo-file-system": "~17.0.1", "expo-haptics": "~13.0.1", "expo-image-manipulator": "~12.0.5", "expo-image-picker": "~15.0.7", "expo-linear-gradient": "~13.0.2", "expo-localization": "~15.0.3", "expo-location": "~17.0.1", "expo-media-library": "~16.0.4", "expo-notifications": "~0.28.9", "expo-quick-actions": "^2.0.0", "expo-sharing": "~12.0.1", "expo-splash-screen": "~0.27.5", "expo-sqlite": "~14.0.4", "expo-status-bar": "~1.12.1", "expo-web-browser": "~13.0.3", "jwt-decode": "^4.0.0", "lodash.debounce": "^4.0.8", "lottie-react-native": "^6.7.0", "moti": "^0.28.1", "react": "18.2.0", "react-dom": "^18.2.0", "react-fast-compare": "^3.2.2", "react-native": "0.74.3", "react-native-collapsible-tab-view": "^7.0.1", "react-native-confirmation-code-field": "^7.3.2", "react-native-date-picker": "^4.3.7", "react-native-element-dropdown": "^2.12.0", "react-native-gesture-handler": "~2.16.1", "react-native-get-random-values": "^1.11.0", "react-native-gifted-chat": "^2.4.0", "react-native-ios-context-menu": "^2.4.4", "react-native-ios-utilities": "^4.3.2", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-maps": "1.14.0", "react-native-mmkv": "^2.12.1", "react-native-pager-view": "6.3.0", "react-native-picker-select": "^9.0.1", "react-native-pinchable": "^0.2.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-star-rating-widget": "^1.7.3", "react-native-svg": "15.2.0", "react-native-tab-view": "^3.5.2", "react-native-web": "^0.19.10", "shorthash2": "^1.0.3", "uuid": "^9.0.1", "zeego": "^1.9.1", "zod": "^3.22.4", "zustand": "^4.5.0" },

aledebla03 commented 1 month ago

same here