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: enter image description here

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -