org.gradle.api.CircularReferenceException: Circular dependency between the following tasks
一个项目中的model进行互相引用就会报这个错。
处理办法借鉴:
int a = 1;
int b = 2;
如何将a和b交换。
org.gradle.api.CircularReferenceException: Circular dependency between the following tasks
一个项目中的model进行互相引用就会报这个错。
处理办法借鉴:
int a = 1;
int b = 2;
如何将a和b交换。