You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been in a loop the last couple of days trying to configure Kotlin and Gradle so I can develop my app for Android in react. Within my React app I get this error when running any gradle command:
The binary version of its metadata is 1.9.0, expected version is 1.6.0.
The class is loaded from C:/Users/user/.gradle/wrapper/dists/gradle-8.6-all/3mbtmo166bl6vumsh5k2lkq5h/gradle-8.6/lib/kotlin-stdlib-1.9.20.jar!/kotlin/collections/ArraysKt___ArraysKt.class
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
Uh oh!
There was an error while loading. Please reload this page.
I have been in a loop the last couple of days trying to configure Kotlin and Gradle so I can develop my app for Android in react. Within my React app I get this error when running any gradle command:
The binary version of its metadata is 1.9.0, expected version is 1.6.0.
The class is loaded from C:/Users/user/.gradle/wrapper/dists/gradle-8.6-all/3mbtmo166bl6vumsh5k2lkq5h/gradle-8.6/lib/kotlin-stdlib-1.9.20.jar!/kotlin/collections/ArraysKt___ArraysKt.class
In my project level build. gradle I have:
My app level build.gradle:
gradle-wrapper.properties:
Project-wide Gradle settings.
The text was updated successfully, but these errors were encountered: