3rd-party Gradle plug-ins may be the cause

后端 未结 17 851
悲哀的现实
悲哀的现实 2020-12-07 12:00

After updating to Android Studio 3.1 I got this error message:

The project works fine and this is mostly just a warning, so my question is what\'s the meani

17条回答
  •  情歌与酒
    2020-12-07 12:30

    Well, I found it is because of apply plugin: 'kotlin-kapt',if you delete this line in build.gradle(app), then you will build successfully...

    Have no idea why this plugin results in these warnings.

提交回复
热议问题