AGPBI: {"kind":"error","text":"Illegal class file: Class module-info is missing a super type.",
Illegal class file: Class module-info is missing a super type.
Illegal class file: Class module-info is missing a super type.
在Android项目对gson2.8.6进行依赖时,会出现上诉报错,我的措施是将gson的版本从2.8.6将为2.8.5即可
implementation 'com.google.code.gson:gson:2.8.5'
然后项目就可以正常构建