Anko: dependency 0.9.1 can't be resolved

Created on 2 Feb 2017  路  5Comments  路  Source: Kotlin/anko

I'm trying to compile the anko-test project (https://github.com/yanex/anko-example.git) but gradle can't resolve the dependency to the library :

Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
   > Could not find org.jetbrains.anko:anko-sdk15:0.9.1.
     Required by:
         anko-example:app:unspecified
fixed problem

Most helpful comment

Looking at jcenter they never pushed 0.9.1

https://jcenter.bintray.com/org/jetbrains/anko/anko-sdk23/

All 5 comments

This is probably a duplicate of #308. :wink:

However, I would suggest leaving this issue open until the JetBrains folks see this and are able to push it out. :smile:

I can resolve the dependency by typing org.jetbrains.anko:anko-sdk15:0.9

Looking at jcenter they never pushed 0.9.1

https://jcenter.bintray.com/org/jetbrains/anko/anko-sdk23/

See also #313.

Nice, @yanex!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

telenc picture telenc  路  3Comments

red1004g picture red1004g  路  5Comments

evansherry picture evansherry  路  4Comments

maomaobug picture maomaobug  路  4Comments

bapspatil picture bapspatil  路  4Comments