-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Kotlin 2.1.0] Found interface org.jetbrains.kotlin.gradle.dsl.KotlinTopLevelExtension, but class was expected #48274
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
@cortinico @cipolleschi can you please help check this? |
change which caused this - https://youtrack.jetbrains.com/issue/KT-71602 |
@shyvum Nicola is usually the person that takes care of these Android related issues, and he is currently on PTO, he will be back next year. Can I ask why are you bumping Kotlin version? You should not bump Kotlin version alone, as we build and test react-native versions with specific configurations. |
Description
i'm trying to upgrade from kotlin v2.0.21 to v2.1.0 on our production android codebase.
we use react-native for a few use-cases on our app and are using RN v0.74.0.
after updating kotlin version to v2.1.0, I'm not able to gradle sync the project, it fails w/ attached trace.
Steps to reproduce
React Native Version
0.74.0
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/shyvum/repro-react-native-48274
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: