Closed yanwzhang closed 4 years ago
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings 306 actionable tasks: 306 executed
不是gradle的问题,也不是这个包的问题,是因为项目中android方法过多,导致编译报错。在gradle中添加: defaultConfig { // ... multiDexEnabled true }
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings 306 actionable tasks: 306 executed