-2

i have add $anko_version in build.gradle(project) and the add dependencies in build.gradle(app) but Failed when i try to sync.

I just implemented, and it works

implementation "org.jetbrains.anko:anko:0.10.5"
jiadmiftx
  • 11
  • 1
  • 5
  • 1
    You are going to have to show us your build, we can't really diagnose your problem with just a text description. – Todd Sep 02 '18 at 12:31

1 Answers1

3

You should use the latest version for anko, and that is

implementation "org.jetbrains.anko:anko:0.10.5"

There is no version like 1.10.5. Check the anko documentation

Zoe
  • 27,060
  • 21
  • 118
  • 148
Deepak Kumar
  • 677
  • 1
  • 8
  • 22