facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.32k stars 952 forks source link

AbstractCompile.destinationDir deprecated (react-native-flipper) #5121

Open brsnik opened 1 year ago

brsnik commented 1 year ago

🐛 Bug Report

The AbstractCompile.destinationDir property has been deprecated. This is scheduled to be removed in Gradle 9.0.
Please use the destinationDirectory property instead. Consult the upgrading guide for further information: https://docs.gradle.org/8.0.1/userguide/upgrading_version_7.html#compile_task_wiring
        at build_dfbar1jovj7bqrkt3vn57pz2f$_run_closure4$_closure14$_closure16.doCall(/Users/.../node_modules/react-native-flipper/android/build.gradle:138)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_dfbar1jovj7bqrkt3vn57pz2f$_run_closure4$_closure14.doCall(/Users/.../node_modules/react-native-flipper/android/build.gradle:137)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

Environment

FLIPPER_VERSION=0.182.0

nhatduy2k commented 11 months ago

same issue !

ST-Alan commented 11 months ago

Tengo el mismo error

muhammad-ahsan099 commented 8 months ago

any update hare???

juliasn commented 4 months ago

any updates on the issue?