Closed mcomella closed 2 years ago
I got the same this when I've upgrade Adnroid Studio.
All I did was to swap the lines from
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android'
to
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
all i had to do was decrease my kotlin version to
ext.kotlin_version = '1.3.41'
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Run:
Output: Kotlin plugin should be enabled before 'kotlin-kapt'
It appears it's a warning at the start of the gradle output and it pops out in stderr. :)