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"
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