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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -