Kotlin Android Project failed to sync Gradle Project -
i created android project newest android studio version (v2 preview 5) , converted kotlin project. gradle not able sync , build project, see screenshot: 
i didn't build file , deleted entire gradle cache restarting, killing daemons etc. used newest kotlin version 1.0.0-beta-4584
as error message suggest guess reason kotlin plugin, know how solve problem?
the kotlin gradle plugin not compatible latest alpha plugin of android (2.0.0-alpha6) or alpha5 matter.
until case, can use 2.0.0-alpha3 instead.
Comments
Post a Comment