I am using Android Studio Stable and I recently upgraded it to 4.2
Since then I am no longer able to run gradlew lint because of kotlin compiler:
Kotlin version that is used for building with Gradle (1.3.50) differs from the one bundled into the IDE plugin (1.5.0-release-764)
Kotlin version that is used for building with Gradle (1.5.0) differs from the one bundled into the IDE plugin (1.5.0-release-764)
The fact is that 'IDE plugin (1.5.0-release-764)' may be private (403) and so can not be found (404 error)
I opened an issue on Android Studio bug with a stracktrace.txt, I am nevertheless not totally sure to have fill correctly all the fields
Are you aware of this problem?
What can I do in the STABLE Android Studio 4.2 to solve that,
Thanks