1.APP 中无法应用到的module下的jar包问题, 将module引用jar包的implementation 改为 api 即可(implementation 只能在当前module中引用,而不能在App中引用,所以要改为api即可调用)