Installation of the 'anko' library in Android Studio 3.1.3

Hello,
When I try to install the ‘anko’ library on Android Studio 3.1.3, I get the following error message:
Failed to resolve: org.jetbrains.anko:anko:0.10.5-2

0.10.5-2 is the version number displayed by 'Install JetBrains plugins" / “Anko Support”
in 'build.gradle (Project : MyProject) I included ext.anko_version =‘0.10.5-2’
in 'build.gradle (Module app) I included implementation “org.jetbrains.anko:anko:$anko_version”

Can someone tell me what is the origin of this error ?
Thank you for your reply
YC

@yvancoyaud Do you still have this issue?

This topic was automatically closed after 166 days. New replies are no longer allowed.