-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump kotlin version to 1.9.24 #30199
bump kotlin version to 1.9.24 #30199
Conversation
The Pull Request introduced fingerprint changes against the base commit: baa2c53 Fingerprint diff[
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "../../packages/expo-dev-launcher",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "0926b8f20b942e50c8c16e7da3cd19265a0b54e7"
}
},
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "../../packages/expo-dev-launcher/expo-dev-launcher-gradle-plugin",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "2485ed4c439e577c54fe82e209bcf7c1ba5f165e"
}
},
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "../../packages/expo-modules-core",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "9f90eedc590ceb0cdf00403990cfb6695f4d72cb"
}
},
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "../../packages/expo-network-addons/expo-network-addons-gradle-plugin",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "b7e321577afe4449f5574601d260bfaddea01104"
}
},
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "../../packages/expo-updates/expo-updates-gradle-plugin",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "0250a9961c3da8ddf3f456b4b8b7c1f8745868cb"
}
},
{
"op": "changed",
"source": {
"type": "dir",
"filePath": "android",
"reasons": [
"bareNativeDir"
],
"hash": "7c79a4b7200c7ee0e276df6a2abe92413545a910"
}
}
] Generated by PR labeler 🤖 |
c8a35ce
to
804d029
Compare
we may need to update the ksp version here
|
The problem is that when I try to use
Would it be okay for us to use |
i don't have much expertise in ksp. maybe @lukmccall has more experience? |
efab497
to
067f88c
Compare
So generally, we should use version |
Why
React-native 0.75 bumps kotlinVersion 1.9.24, it should be good for us to align the kotlin version.
Related to ENG-12562
How
1.9.24
and APG to8.5.0
Test Plan
ci passed
Checklist
npx expo prebuild
& EAS Build (eg: updated a module plugin).