-
Notifications
You must be signed in to change notification settings - Fork 45
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
build is failing (Task :datadog_mobile-react-native:runKtlintCheckOverMainSourceSet FAILED) #762
Comments
Hello @kapilw360 👋 Sorry for the long wait. We are working in order to provide full support for RN 0.76 and we will keep you posted here. In the meantime, would you mind sharing your I am also curious to see which version of Thank you! |
sure. currently i have removed datadog dependency. below is the package.json file. ================================ org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true android.useAndroidX=true android.enableJetifier=true ./gradlew -PreactNativeArchitectures=x86_64 newArchEnabled=true hermesEnabled=true ================================ distributionBase=GRADLE_USER_HOME |
Im using RN 0.76.5 version
and "@datadog/mobile-react-native": "^2.4.4"
getting below error
Task :datadog_mobile-react-native:runKtlintCheckOverMainSourceSet FAILED
Possible solutions:
below is my build.gradle file
The text was updated successfully, but these errors were encountered: