t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.7k stars 402 forks source link

bug: Android doesnt build: Failed to apply plugin 'com.facebook.react.rootproject'. #1202

Open LyghtCode opened 1 month ago

LyghtCode commented 1 month ago

Provide environment information

System: OS: Windows 11 10.0.22631 CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz Memory: 3.88 GB / 15.87 GB Binaries: Node: 20.18.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.15 - ~\AppData\Roaming\npm\yarn.CMD npm: 10.0.0 - C:\Program Files\nodejs\npm.CMD pnpm: 9.12.0 - ~\AppData\Roaming\npm\pnpm.CMD bun: 1.1.8 - ~.bun\bin\bun.EXE

Describe the bug

Configure project :app ℹ️ Applying gradle plugin 'expo-dev-launcher-gradle-plugin' (expo-dev-launcher@4.0.27) ksp-1.8.0-1.0.9 is too old for kotlin-1.9.22. Please upgrade ksp or downgrade kotlin-gradle-plugin to 1.8.0. ksp-1.8.0-1.0.9 is too old for kotlin-1.9.22. Please upgrade ksp or downgrade kotlin-gradle-plugin to 1.8.0. FAILURE: Build failed with an exception.

  • Where: Build file '/home/expo/workingdir/build/apps/expo/android/build.gradle' line: 60
  • What went wrong: A problem occurred evaluating root project 'veme'. Failed to apply plugin 'com.facebook.react.rootproject'. A problem occurred configuring project ':app'. Failed to notify project evaluation listener. org/jetbrains/kotlin/gradle/plugin/mpp/pm20/KotlinCompilationData

Link to reproduction

https://github.com/LyghtCode/veme-mobile/

To reproduce

eas build --platform android --profile development

Additional information

No response

LyghtCode commented 1 month ago

I made very very few adjustments im just demoing something on the homescreen. The only changes are following this guide.

https://img.ly/docs/vesdk/react-native/getting-started/integration/expo/